Searched refs:role_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 20 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, 261 u8 role_type; member
|
H A D | cmd.c | 226 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable() argument 251 cmd->role_type = role_type; in wl12xx_cmd_role_enable()
|
H A D | main.c | 2529 u8 role_type; in wl1271_op_add_interface() local 2564 role_type = wl12xx_get_role_type(wl, wlvif); in wl1271_op_add_interface() 2565 if (role_type == WL12XX_INVALID_ROLE_TYPE) { in wl1271_op_add_interface() 2610 role_type, &wlvif->role_id); in wl1271_op_add_interface()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 20 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, 261 u8 role_type; member
|
H A D | cmd.c | 224 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 D | main.c | 2510 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()
|
Completed in 23 milliseconds