| /drivers/net/wireless/marvell/mwifiex/ |
| A D | sta_tx.c | 51 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()
|
| A D | txrx.c | 35 BSS_NUM_MASK, local_rx_pd->bss_type); in mwifiex_handle_rx_packet() 51 rx_info->bss_type = priv->bss_type; in mwifiex_handle_rx_packet() 169 tx_info->bss_type); in mwifiex_host_to_card() 285 tx_info->bss_type); in mwifiex_write_data_complete()
|
| A D | 11n_aggr.c | 103 local_tx_pd->bss_type = priv->bss_type; in mwifiex_11n_form_amsdu_txpd() 178 tx_info_aggr->bss_type = tx_info_src->bss_type; in mwifiex_11n_aggregate_pkt()
|
| A D | uap_txrx.c | 183 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()
|
| A D | 11n_rxreorder.c | 838 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()
|
| A D | decl.h | 200 u8 bss_type; member 208 u8 bss_type; member
|
| A D | main.h | 523 u8 bss_type; member 1291 u8 bss_num, u8 bss_type) in mwifiex_get_priv_by_id() argument 1300 (adapter->priv[i]->bss_type == bss_type)) in mwifiex_get_priv_by_id() 1330 mwifiex_get_unused_bss_num(struct mwifiex_adapter *adapter, u8 bss_type) in mwifiex_get_unused_bss_num() argument 1337 if (adapter->priv[i]->bss_type == bss_type && in mwifiex_get_unused_bss_num() 1353 u8 bss_type) in mwifiex_get_unused_priv_by_bss_type() argument 1361 mwifiex_get_unused_bss_num(adapter, bss_type); in mwifiex_get_unused_priv_by_bss_type()
|
| A D | main.c | 873 jiffies, priv->bss_type, priv->bss_num); in mwifiex_hard_start_xmit() 911 tx_info->bss_type = priv->bss_type; in mwifiex_hard_start_xmit() 932 priv->bss_type == MWIFIEX_BSS_TYPE_STA && in mwifiex_hard_start_xmit() 956 if (priv->bss_type == MWIFIEX_BSS_TYPE_ANY) in mwifiex_set_mac_address() 961 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) { in mwifiex_set_mac_address() 966 mac_addr ^= BIT_ULL(priv->bss_type + 8); in mwifiex_set_mac_address() 1032 jiffies, priv->tx_timeout_cnt, priv->bss_type, in mwifiex_tx_timeout()
|
| A D | cfg80211.c | 258 tx_info->bss_type = priv->bss_type; in mwifiex_cfg80211_mgmt_tx() 468 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) { in mwifiex_cfg80211_set_default_key() 937 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_init_new_priv_params() 941 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_init_new_priv_params() 945 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_init_new_priv_params() 949 priv->bss_type = MWIFIEX_BSS_TYPE_UAP; in mwifiex_init_new_priv_params() 2489 priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_cfg80211_connect() 3022 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_add_virtual_intf() 3044 priv->bss_type = MWIFIEX_BSS_TYPE_UAP; in mwifiex_add_virtual_intf() 3075 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_add_virtual_intf() [all …]
|
| A D | tdls.c | 713 tx_info->bss_type = priv->bss_type; in mwifiex_send_tdls_data_frame() 879 tx_info->bss_type = priv->bss_type; in mwifiex_send_tdls_action_frame() 1236 if (!(priv->bss_type == MWIFIEX_BSS_TYPE_STA && priv->media_connected)) in mwifiex_get_tdls_list() 1492 priv->bss_type == MWIFIEX_BSS_TYPE_STA) { in mwifiex_clean_auto_tdls()
|
| A D | fw.h | 684 u8 bss_type; member 699 u8 bss_type; member 731 u8 bss_type; member 746 u8 bss_type; member 1519 u8 bss_type; member 1600 u8 bss_type; member 1663 u8 bss_type; member
|
| /drivers/net/wireless/ti/wl1251/ |
| A D | main.c | 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() 1181 WARN_ON(wl->bss_type != BSS_TYPE_STA_BSS); in wl1251_op_bss_info_changed() 1210 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_bss_info_changed() [all …]
|
| A D | cmd.c | 229 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()
|
| A D | cmd.h | 25 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, 256 u8 bss_type; member
|
| /drivers/net/wireless/ti/wlcore/ |
| A D | main.c | 1751 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_configure_suspend() 2256 switch (wlvif->bss_type) { in wl12xx_get_role_type() 2294 wlvif->bss_type = BSS_TYPE_STA_BSS; in wl12xx_init_vif_data() 2297 wlvif->bss_type = BSS_TYPE_IBSS; in wl12xx_init_vif_data() 2304 wlvif->bss_type = BSS_TYPE_AP_BSS; in wl12xx_init_vif_data() 2307 wlvif->bss_type = MAX_BSS_TYPE; in wl12xx_init_vif_data() 2316 wlvif->bss_type == BSS_TYPE_IBSS) { in wl12xx_init_vif_data() 2574 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wlcore_allocate_hw_queue_base() 2692 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_op_add_interface() 2787 wlvif->bss_type == BSS_TYPE_IBSS) { in __wl1271_op_remove_interface() [all …]
|
| A D | tx.c | 34 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() 277 if (is_dummy || !wlvif || wlvif->bss_type != BSS_TYPE_AP_BSS) in wl1271_tx_fill_hdr() 300 (wlvif->bss_type == BSS_TYPE_AP_BSS)) in wl1271_tx_fill_hdr() 310 else if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_tx_fill_hdr() 411 if (!is_dummy && wlvif && wlvif->bss_type == BSS_TYPE_AP_BSS) { in wl1271_prepare_tx_frame() 1057 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_tx_reset_wlvif()
|
| A D | wlcore_i.h | 352 u8 bss_type; member 528 if (wlvif->bss_type == _bss_type)
|
| A D | event.c | 138 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()
|
| A D | init.c | 489 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()
|
| A D | cmd.c | 347 if (wlvif->bss_type != BSS_TYPE_AP_BSS) in wl12xx_allocate_link() 382 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_free_link() 1071 if (wlvif->bss_type == BSS_TYPE_IBSS) { in wl12xx_cmd_build_null_data() 1519 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl12xx_cmd_set_peer_state() 1982 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS || in wl12xx_start_dev() 1983 wlvif->bss_type == BSS_TYPE_IBSS))) in wl12xx_start_dev() 2020 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS || in wl12xx_stop_dev() 2021 wlvif->bss_type == BSS_TYPE_IBSS))) in wl12xx_stop_dev()
|
| /drivers/net/wireless/ti/wl18xx/ |
| A D | scan.c | 55 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()
|
| A D | scan.h | 43 u8 bss_type; /* for filtering */ member
|
| /drivers/net/wireless/atmel/ |
| A D | at76c50x-usb.h | 202 u8 bss_type; member 211 u8 bss_type; member
|
| /drivers/net/wireless/ti/wl12xx/ |
| A D | scan.h | 80 u8 bss_type; /* for filtering */ member
|
| /drivers/net/wireless/microchip/wilc1000/ |
| A D | fw.h | 101 u8 bss_type; member
|