Home
last modified time | relevance | path

Searched refs:dev_role_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c440 wl1271_debug(DEBUG_CMD, "cmd role start dev %d", wlvif->dev_role_id); in wl12xx_cmd_role_start_dev()
442 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_start_dev()
494 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_stop_dev()
1990 &wlvif->dev_role_id); in wl12xx_start_dev()
1999 ret = wl12xx_roc(wl, wlvif, wlvif->dev_role_id, band, channel); in wl12xx_start_dev()
2009 wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_start_dev()
2028 if (test_bit(wlvif->dev_role_id, wl->roc_map)) { in wl12xx_stop_dev()
2029 ret = wl12xx_croc(wl, wlvif->dev_role_id); in wl12xx_stop_dev()
2039 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_stop_dev()
H A Dwlcore_i.h357 u8 dev_role_id; member
H A Dmain.c2304 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in wl12xx_init_vif_data()
2676 &wlvif->dev_role_id); in wl1271_op_add_interface()
2766 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in __wl1271_op_remove_interface()
2806 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in __wl1271_op_remove_interface()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dscan.c42 cmd->role_id = wlvif->dev_role_id; in wl18xx_scan_send()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dscan.c109 cmd->params.role_id = wlvif->dev_role_id; in wl1271_scan_send()