Home
last modified time | relevance | path

Searched refs:role_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h20 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type,
261 u8 role_type; member
H A Dcmd.c224 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable() argument
249 cmd->role_type = role_type; in wl12xx_cmd_role_enable()
H A Dmain.c2510 u8 role_type; in wl1271_op_add_interface() local
2545 role_type = wl12xx_get_role_type(wl, wlvif); in wl1271_op_add_interface()
2546 if (role_type == WL12XX_INVALID_ROLE_TYPE) { in wl1271_op_add_interface()
2589 role_type, &wlvif->role_id); in wl1271_op_add_interface()
/openbmc/bmcweb/http/
H A Dwebsocket.hpp75 boost::beast::role_type::server)); in ConnectionImpl()