Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_tx.c72 local_tx_pd->bss_type = priv->bss_type; in mwifiex_process_sta_txpd()
166 tx_info->bss_type = priv->bss_type; in mwifiex_send_null_packet()
178 local_tx_pd->bss_type = priv->bss_type; in mwifiex_send_null_packet()
Dtxrx.c48 BSS_NUM_MASK, local_rx_pd->bss_type); in mwifiex_handle_rx_packet()
64 rx_info->bss_type = priv->bss_type; in mwifiex_handle_rx_packet()
174 tx_info->bss_type); in mwifiex_host_to_card()
290 tx_info->bss_type); in mwifiex_write_data_complete()
D11n_aggr.c115 local_tx_pd->bss_type = priv->bss_type; in mwifiex_11n_form_amsdu_txpd()
192 tx_info_aggr->bss_type = tx_info_src->bss_type; in mwifiex_11n_aggregate_pkt()
Duap_txrx.c186 tx_info->bss_type = priv->bss_type; in mwifiex_uap_queue_bridged_pkt()
304 tx_info->bss_type = priv->bss_type; in mwifiex_uap_recv_packet()
495 txpd->bss_type = priv->bss_type; in mwifiex_process_uap_txpd()
Ddecl.h189 u8 bss_type; member
198 u8 bss_type; member
Dmain.h542 u8 bss_type; member
1299 mwifiex_get_intf_num(struct mwifiex_adapter *adapter, u8 bss_type) in mwifiex_get_intf_num() argument
1304 if (adapter->priv[i] && adapter->priv[i]->bss_type == bss_type) in mwifiex_get_intf_num()
1315 u8 bss_num, u8 bss_type) in mwifiex_get_priv_by_id() argument
1322 (adapter->priv[i]->bss_type == bss_type)) in mwifiex_get_priv_by_id()
1355 mwifiex_get_unused_bss_num(struct mwifiex_adapter *adapter, u8 bss_type) in mwifiex_get_unused_bss_num() argument
1363 if (adapter->priv[i]->bss_type == bss_type && in mwifiex_get_unused_bss_num()
1380 u8 bss_type) in mwifiex_get_unused_priv_by_bss_type() argument
1388 mwifiex_get_unused_bss_num(adapter, bss_type); in mwifiex_get_unused_priv_by_bss_type()
D11n_rxreorder.c856 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
859 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
862 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
866 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
869 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
872 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
Dmain.c874 jiffies, priv->bss_type, priv->bss_num); in mwifiex_hard_start_xmit()
912 tx_info->bss_type = priv->bss_type; in mwifiex_hard_start_xmit()
934 priv->bss_type == MWIFIEX_BSS_TYPE_STA && in mwifiex_hard_start_xmit()
958 if (priv->bss_type == MWIFIEX_BSS_TYPE_ANY) in mwifiex_set_mac_address()
963 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_set_mac_address()
966 if (mwifiex_get_intf_num(priv->adapter, priv->bss_type) > 1) { in mwifiex_set_mac_address()
968 mac_addr ^= BIT_ULL(priv->bss_type + 8); in mwifiex_set_mac_address()
1034 jiffies, priv->tx_timeout_cnt, priv->bss_type, in mwifiex_tx_timeout()
Dfw.h680 u8 bss_type; member
695 u8 bss_type; member
727 u8 bss_type; member
742 u8 bss_type; member
1476 u8 bss_type; member
1557 u8 bss_type; member
1620 u8 bss_type; member
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dmain.c320 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join() argument
339 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval, in wl1251_join()
471 wl->bss_type = MAX_BSS_TYPE; in wl1251_op_stop()
517 wl->bss_type = BSS_TYPE_STA_BSS; in wl1251_op_add_interface()
520 wl->bss_type = BSS_TYPE_IBSS; in wl1251_op_add_interface()
559 if (wl->bss_type == BSS_TYPE_IBSS) { in wl1251_build_null_data()
658 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
702 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
1020 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_hw_scan()
1132 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_bss_info_changed()
[all …]
Dcmd.c274 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join() argument
288 bss_type == BSS_TYPE_IBSS ? " ibss" : "", in wl1251_cmd_join()
304 join->bss_type = bss_type; in wl1251_cmd_join()
Dcmd.h40 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
275 u8 bss_type; member
/Linux-v4.19/net/wireless/
Dscan.c665 enum ieee80211_bss_type bss_type) in cfg80211_bss_type_match() argument
670 if (bss_type == IEEE80211_BSS_TYPE_ANY) in cfg80211_bss_type_match()
675 switch (bss_type) { in cfg80211_bss_type_match()
690 switch (bss_type) { in cfg80211_bss_type_match()
714 enum ieee80211_bss_type bss_type, in cfg80211_get_bss() argument
722 trace_cfg80211_get_bss(wiphy, channel, bssid, ssid, ssid_len, bss_type, in cfg80211_get_bss()
729 bss->pub.channel->band, bss_type)) in cfg80211_get_bss()
1144 int bss_type; in cfg80211_inform_bss_data() local
1203 bss_type = res->pub.capability & WLAN_CAPABILITY_DMG_TYPE_MASK; in cfg80211_inform_bss_data()
1204 if (bss_type == WLAN_CAPABILITY_DMG_TYPE_AP || in cfg80211_inform_bss_data()
[all …]
/Linux-v4.19/drivers/net/wireless/
Dwl3501.h312 u8 bss_type; member
395 u8 bss_type; member
429 u8 bss_type; member
449 u8 bss_type; member
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dmain.c64 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS)) in wl12xx_set_authorized()
974 if (wlvif->bss_type == BSS_TYPE_STA_BSS && in wl1271_recovery_work()
1681 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl1271_configure_suspend()
1683 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_configure_suspend()
1691 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume()
1692 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS; in wl1271_configure_resume()
2197 switch (wlvif->bss_type) { in wl12xx_get_role_type()
2216 wl1271_error("invalid bss_type: %d", wlvif->bss_type); in wl12xx_get_role_type()
2235 wlvif->bss_type = BSS_TYPE_STA_BSS; in wl12xx_init_vif_data()
2238 wlvif->bss_type = BSS_TYPE_IBSS; in wl12xx_init_vif_data()
[all …]
Dtx.c48 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key()
181 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl12xx_tx_get_hlid()
294 if (is_dummy || !wlvif || wlvif->bss_type != BSS_TYPE_AP_BSS) in wl1271_tx_fill_hdr()
317 (wlvif->bss_type == BSS_TYPE_AP_BSS)) in wl1271_tx_fill_hdr()
327 else if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_tx_fill_hdr()
428 if (!is_dummy && wlvif && wlvif->bss_type == BSS_TYPE_AP_BSS) { in wl1271_prepare_tx_frame()
1075 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_tx_reset_wlvif()
Dwlcore_i.h355 u8 bss_type; member
531 if (wlvif->bss_type == _bss_type)
Devent.c143 if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_stop_ba_event()
236 if (wlvif->bss_type == BSS_TYPE_STA_BSS) { in wlcore_event_channel_switch()
Dinit.c503 if (wlvif->bss_type != BSS_TYPE_AP_BSS && in wl1271_set_ba_policies()
504 wlvif->bss_type != BSS_TYPE_STA_BSS) { in wl1271_set_ba_policies()
574 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific()
Dcmd.c355 if (wlvif->bss_type != BSS_TYPE_AP_BSS) in wl12xx_allocate_link()
389 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_free_link()
1077 if (wlvif->bss_type == BSS_TYPE_IBSS) { in wl12xx_cmd_build_null_data()
1523 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl12xx_cmd_set_peer_state()
2022 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS || in wl12xx_start_dev()
2023 wlvif->bss_type == BSS_TYPE_IBSS))) in wl12xx_start_dev()
2060 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS || in wl12xx_stop_dev()
2061 wlvif->bss_type == BSS_TYPE_IBSS))) in wl12xx_stop_dev()
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dscan.h57 u8 bss_type; /* for filtering */ member
Dscan.c69 cmd->bss_type = SCAN_BSS_TYPE_ANY; in wl18xx_scan_send()
204 cmd->bss_type = SCAN_BSS_TYPE_ANY; in wl18xx_scan_sched_scan_config()
/Linux-v4.19/drivers/net/wireless/atmel/
Dat76c50x-usb.h206 u8 bss_type; member
215 u8 bss_type; member
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dscan.h94 u8 bss_type; /* for filtering */ member
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dsmd.c658 msg_body.bss_type = vif_priv->bss_type; in wcn36xx_smd_start_hw_scan()
1272 msg_body.bss_params.bss_type = orig->bss_params.bss_type; in wcn36xx_smd_config_bss_v1()
1353 bss->bssid, bss->self_mac_addr, bss->bss_type, in wcn36xx_smd_config_bss_v1()
1432 bss->bss_type = WCN36XX_HAL_INFRASTRUCTURE_MODE; in wcn36xx_smd_config_bss()
1439 bss->bss_type = WCN36XX_HAL_INFRA_AP_MODE; in wcn36xx_smd_config_bss()
1445 bss->bss_type = WCN36XX_HAL_IBSS_MODE; in wcn36xx_smd_config_bss()
1502 vif_priv->bss_type = bss->bss_type; in wcn36xx_smd_config_bss()
1506 bss->bssid, bss->self_mac_addr, bss->bss_type, in wcn36xx_smd_config_bss()

123