Home
last modified time | relevance | path

Searched refs:BSS_TYPE_AP_BSS (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/ !
H A Dtx.c34 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key()
164 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl12xx_tx_get_hlid()
282 if (is_dummy || !wlvif || wlvif->bss_type != BSS_TYPE_AP_BSS) in wl1271_tx_fill_hdr()
305 (wlvif->bss_type == BSS_TYPE_AP_BSS)) in wl1271_tx_fill_hdr()
315 else if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_tx_fill_hdr()
416 if (!is_dummy && wlvif && wlvif->bss_type == BSS_TYPE_AP_BSS) { in wl1271_prepare_tx_frame()
1061 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_tx_reset_wlvif()
H A Dmain.c426 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wlcore_fw_status()
1746 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_configure_suspend()
1754 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume()
2249 case BSS_TYPE_AP_BSS: in wl12xx_get_role_type()
2296 wlvif->bss_type = BSS_TYPE_AP_BSS; in wl12xx_init_vif_data()
2571 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wlcore_allocate_hw_queue_base()
2689 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_op_add_interface()
2707 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in __wl1271_op_remove_interface()
3275 if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_op_configure_filter()
3294 if (wlvif->bss_type == BSS_TYPE_AP_BSS) { in wl1271_op_configure_filter()
[all …]
H A Dps.c119 if (WARN_ON_ONCE(wlvif->bss_type != BSS_TYPE_AP_BSS)) in wl12xx_ps_link_start()
H A Dinit.c489 if (wlvif->bss_type != BSS_TYPE_AP_BSS && in wl1271_set_ba_policies()
560 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific()
H A Dwlcore_i.h534 wl12xx_for_each_wlvif_bss_type(wl, wlvif, BSS_TYPE_AP_BSS)
H A Devent.c138 if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_stop_ba_event()
H A Dscan.c99 case BSS_TYPE_AP_BSS: in wlcore_started_vifs_iter()
H A Dcmd.h246 BSS_TYPE_AP_BSS = 3, enumerator
H A Dcmd.c346 if (wlvif->bss_type != BSS_TYPE_AP_BSS) in wl12xx_allocate_link()
381 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_free_link()
/linux/drivers/net/wireless/ti/wl18xx/ !
H A Devent.c221 if (wlvif->bss_type != BSS_TYPE_AP_BSS) in wl18xx_process_mailbox_events()
/linux/drivers/net/wireless/ti/wl1251/ !
H A Dcmd.h221 BSS_TYPE_AP_BSS = 3, enumerator