Home
last modified time | relevance | path

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

/drivers/net/wireless/wl12xx/
Dscan.c191 cmd->params.role_id = wlvif->dev_role_id; in wl1271_scan_send()
669 wlvif->dev_role_id, band, in wl1271_scan_sched_scan_config()
683 wlvif->dev_role_id, band, in wl1271_scan_sched_scan_config()
Dcmd.c521 wl1271_debug(DEBUG_CMD, "cmd role start dev %d", wlvif->dev_role_id); in wl12xx_cmd_role_start_dev()
523 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_start_dev()
575 cmd->role_id = wlvif->dev_role_id; in wl12xx_cmd_role_stop_dev()
1908 ret = wl12xx_roc(wl, wlvif, wlvif->dev_role_id); in wl12xx_start_dev()
1932 if (test_bit(wlvif->dev_role_id, wl->roc_map)) { in wl12xx_stop_dev()
1933 ret = wl12xx_croc(wl, wlvif->dev_role_id); in wl12xx_stop_dev()
Dwl12xx.h516 u8 dev_role_id; member
Dmain.c2010 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in wl12xx_init_vif_data()
2261 &wlvif->dev_role_id); in wl1271_op_add_interface()
2334 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in __wl1271_op_remove_interface()
2372 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID; in __wl1271_op_remove_interface()
3927 if (test_bit(wlvif->dev_role_id, wl->roc_map)) { in wl1271_bss_info_changed_sta()
3929 wlvif->dev_role_id); in wl1271_bss_info_changed_sta()
Ddebugfs.c608 VIF_STATE_PRINT_INT(dev_role_id); in vifs_state_read()