Home
last modified time | relevance | path

Searched refs:bss_type (Results 1 – 25 of 63) sorted by relevance

123

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_tx.c51 local_tx_pd->bss_type = priv->bss_type; in mwifiex_process_sta_txpd()
144 tx_info->bss_type = priv->bss_type; in mwifiex_send_null_packet()
156 local_tx_pd->bss_type = priv->bss_type; in mwifiex_send_null_packet()
H A Duap_txrx.c183 tx_info->bss_type = priv->bss_type; in mwifiex_uap_queue_bridged_pkt()
309 tx_info->bss_type = priv->bss_type; in mwifiex_uap_recv_packet()
493 txpd->bss_type = priv->bss_type; in mwifiex_process_uap_txpd()
H A Ddecl.h200 u8 bss_type; member
208 u8 bss_type; member
H A D11n_rxreorder.c838 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
841 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
844 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
848 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
851 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
854 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
H A Dmain.c878 jiffies, priv->bss_type, priv->bss_num); in mwifiex_hard_start_xmit()
916 tx_info->bss_type = priv->bss_type; in mwifiex_hard_start_xmit()
937 priv->bss_type == MWIFIEX_BSS_TYPE_STA && in mwifiex_hard_start_xmit()
961 if (priv->bss_type == MWIFIEX_BSS_TYPE_ANY) in mwifiex_set_mac_address()
966 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) { in mwifiex_set_mac_address()
971 mac_addr ^= BIT_ULL(priv->bss_type + 8); in mwifiex_set_mac_address()
1037 jiffies, priv->tx_timeout_cnt, priv->bss_type, in mwifiex_tx_timeout()
H A Dcfg80211.c258 tx_info->bss_type = priv->bss_type; in mwifiex_cfg80211_mgmt_tx()
467 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) { in mwifiex_cfg80211_set_default_key()
935 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_init_new_priv_params()
939 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_init_new_priv_params()
943 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_init_new_priv_params()
947 priv->bss_type = MWIFIEX_BSS_TYPE_UAP; in mwifiex_init_new_priv_params()
956 priv->bss_num = mwifiex_get_unused_bss_num(adapter, priv->bss_type); in mwifiex_init_new_priv_params()
2488 priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_cfg80211_connect()
2843 bgscan_cfg->bss_type = MWIFIEX_BSS_MODE_INFRA; in mwifiex_cfg80211_sched_scan_start()
3021 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_add_virtual_intf()
[all …]
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_tx.c38 local_tx_pd->bss_type = priv->bss_type; in nxpwifi_process_sta_txpd()
121 tx_info->bss_type = priv->bss_type; in nxpwifi_send_null_packet()
133 local_tx_pd->bss_type = priv->bss_type; in nxpwifi_send_null_packet()
H A D11n_aggr.c83 local_tx_pd->bss_type = priv->bss_type; in nxpwifi_11n_form_amsdu_txpd()
145 tx_info_aggr->bss_type = tx_info_src->bss_type; in nxpwifi_11n_aggregate_pkt()
H A Dtxrx.c30 BSS_NUM_MASK, local_rx_pd->bss_type); in nxpwifi_handle_rx_packet()
46 rx_info->bss_type = priv->bss_type; in nxpwifi_handle_rx_packet()
153 tx_info->bss_type); in nxpwifi_host_to_card()
262 tx_info->bss_type); in nxpwifi_write_data_complete()
H A Duap_txrx.c178 tx_info->bss_type = priv->bss_type; in nxpwifi_uap_queue_bridged_pkt()
300 tx_info->bss_type = priv->bss_type; in nxpwifi_uap_recv_packet()
441 txpd->bss_type = priv->bss_type; in nxpwifi_process_uap_txpd()
H A Dmain.h473 u8 bss_type; member
1137 u8 bss_num, u8 bss_type) in nxpwifi_get_priv_by_id() argument
1146 adapter->priv[i]->bss_type == bss_type) in nxpwifi_get_priv_by_id()
1170 nxpwifi_get_unused_bss_num(struct nxpwifi_adapter *adapter, u8 bss_type, in nxpwifi_get_unused_bss_num() argument
1178 if (adapter->priv[i]->bss_type == bss_type && in nxpwifi_get_unused_bss_num()
1197 u8 bss_type) in nxpwifi_get_unused_priv_by_bss_type() argument
1204 if (nxpwifi_get_unused_bss_num(adapter, bss_type, in nxpwifi_get_unused_priv_by_bss_type()
H A D11n_rxreorder.c679 if (priv->bss_type == NXPWIFI_BSS_TYPE_STA) in nxpwifi_update_ampdu_rxwinsize()
682 if (priv->bss_type == NXPWIFI_BSS_TYPE_UAP) in nxpwifi_update_ampdu_rxwinsize()
686 if (priv->bss_type == NXPWIFI_BSS_TYPE_STA) in nxpwifi_update_ampdu_rxwinsize()
689 if (priv->bss_type == NXPWIFI_BSS_TYPE_UAP) in nxpwifi_update_ampdu_rxwinsize()
/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c306 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join() argument
325 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval, in wl1251_join()
457 wl->bss_type = MAX_BSS_TYPE; in wl1251_op_stop()
503 wl->bss_type = BSS_TYPE_STA_BSS; in wl1251_op_add_interface()
506 wl->bss_type = BSS_TYPE_IBSS; in wl1251_op_add_interface()
545 if (wl->bss_type == BSS_TYPE_IBSS) { in wl1251_build_null_data()
644 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
688 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
1006 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_hw_scan()
1119 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_bss_info_changed()
[all …]
H A Dcmd.c229 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join() argument
241 bss_type == BSS_TYPE_IBSS ? " ibss" : "", in wl1251_cmd_join()
257 join->bss_type = bss_type; in wl1251_cmd_join()
H A Dcmd.h25 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
256 u8 bss_type; member
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c59 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS)) in wl12xx_set_authorized()
435 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wlcore_fw_status()
1045 if (wlvif->bss_type == BSS_TYPE_STA_BSS && in wl1271_recovery_work()
1753 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl1271_configure_suspend()
1755 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_configure_suspend()
1763 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume()
1764 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS; in wl1271_configure_resume()
2257 switch (wlvif->bss_type) { in wl12xx_get_role_type()
2276 wl1271_error("invalid bss_type: %d", wlvif->bss_type); in wl12xx_get_role_type()
2295 wlvif->bss_type = BSS_TYPE_STA_BSS; in wl12xx_init_vif_data()
[all …]
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 Dwlcore_i.h352 u8 bss_type; member
528 if (wlvif->bss_type == _bss_type)
H A Devent.c138 if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_stop_ba_event()
231 if (wlvif->bss_type == BSS_TYPE_STA_BSS) { in wlcore_event_channel_switch()
H A Dinit.c489 if (wlvif->bss_type != BSS_TYPE_AP_BSS && in wl1271_set_ba_policies()
490 wlvif->bss_type != BSS_TYPE_STA_BSS) { in wl1271_set_ba_policies()
560 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dscan.h43 u8 bss_type; /* for filtering */ member
H A Dscan.c55 cmd->bss_type = SCAN_BSS_TYPE_ANY; in wl18xx_scan_send()
190 cmd->bss_type = SCAN_BSS_TYPE_ANY; in wl18xx_scan_sched_scan_config()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dscan.h80 u8 bss_type; /* for filtering */ member
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h202 u8 bss_type; member
211 u8 bss_type; member
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dfw.h101 u8 bss_type; member

123