Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_tx.c73 local_tx_pd->bss_type = priv->bss_type; in mwifiex_process_sta_txpd()
167 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()
295 tx_info->bss_type); in mwifiex_write_data_complete()
D11n_aggr.c122 local_tx_pd->bss_type = priv->bss_type; in mwifiex_11n_form_amsdu_txpd()
197 tx_info_aggr->bss_type = tx_info_src->bss_type; in mwifiex_11n_aggregate_pkt()
Duap_txrx.c185 tx_info->bss_type = priv->bss_type; in mwifiex_uap_queue_bridged_pkt()
398 txpd->bss_type = priv->bss_type; in mwifiex_process_uap_txpd()
Ddecl.h187 u8 bss_type; member
196 u8 bss_type; member
D11n_rxreorder.c849 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
852 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
855 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
859 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
862 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
865 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
Dcfg80211.c237 tx_info->bss_type = priv->bss_type; in mwifiex_cfg80211_mgmt_tx()
416 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) { in mwifiex_cfg80211_set_default_key()
831 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_init_new_priv_params()
835 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_init_new_priv_params()
839 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_init_new_priv_params()
842 priv->bss_type = MWIFIEX_BSS_TYPE_UAP; in mwifiex_init_new_priv_params()
2219 priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_cfg80211_connect()
2626 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_add_virtual_intf()
2651 priv->bss_type = MWIFIEX_BSS_TYPE_UAP; in mwifiex_add_virtual_intf()
2686 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_add_virtual_intf()
[all …]
Dmain.c807 jiffies, priv->bss_type, priv->bss_num); in mwifiex_hard_start_xmit()
845 tx_info->bss_type = priv->bss_type; in mwifiex_hard_start_xmit()
867 priv->bss_type == MWIFIEX_BSS_TYPE_STA && in mwifiex_hard_start_xmit()
938 jiffies, priv->tx_timeout_cnt, priv->bss_type, in mwifiex_tx_timeout()
Dsta_event.c320 int intf_num, bss_type, bss_num, i; in mwifiex_process_multi_chan_event() local
358 bss_type = grp_info->bss_type_numlist[i] >> 4; in mwifiex_process_multi_chan_event()
361 bss_type); in mwifiex_process_multi_chan_event()
Dtdls.c678 tx_info->bss_type = priv->bss_type; in mwifiex_send_tdls_data_frame()
832 tx_info->bss_type = priv->bss_type; in mwifiex_send_tdls_action_frame()
1157 if (!(priv->bss_type == MWIFIEX_BSS_TYPE_STA && priv->media_connected)) in mwifiex_get_tdls_list()
1431 priv->bss_type == MWIFIEX_BSS_TYPE_STA) { in mwifiex_clean_auto_tdls()
D11n.c889 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_txwinsize()
893 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_txwinsize()
897 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_txwinsize()
Dfw.h605 u8 bss_type; member
620 u8 bss_type; member
652 u8 bss_type; member
667 u8 bss_type; member
1357 u8 bss_type; member
Dcmdevt.c180 cmd_node->priv->bss_type)); in mwifiex_dnld_cmd_to_fw()
285 priv->bss_type))); in mwifiex_dnld_sleep_confirm_cmd()
469 rx_info->bss_type = priv->bss_type; in mwifiex_process_event()
Dmain.h513 u8 bss_type; member
1240 u8 bss_num, u8 bss_type) in mwifiex_get_priv_by_id() argument
1247 (adapter->priv[i]->bss_type == bss_type)) in mwifiex_get_priv_by_id()
Dsta_cmd.c2181 if (priv->bss_type != MWIFIEX_BSS_TYPE_UAP) { in mwifiex_sta_init_cmd()
2218 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) { in mwifiex_sta_init_cmd()
2246 priv->bss_type != MWIFIEX_BSS_TYPE_UAP) { in mwifiex_sta_init_cmd()
2257 if (priv->bss_type != MWIFIEX_BSS_TYPE_UAP) { in mwifiex_sta_init_cmd()
Dinit.c602 priv->bss_type, priv->bss_num, i, head); in mwifiex_delete_bss_prio_tbl()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c326 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join() argument
345 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval, in wl1251_join()
473 wl->bss_type = MAX_BSS_TYPE; in wl1251_op_stop()
519 wl->bss_type = BSS_TYPE_STA_BSS; in wl1251_op_add_interface()
522 wl->bss_type = BSS_TYPE_IBSS; in wl1251_op_add_interface()
561 if (wl->bss_type == BSS_TYPE_IBSS) { in wl1251_build_null_data()
660 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
704 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
1022 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_hw_scan()
1134 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_bss_info_changed()
[all …]
Dcmd.c273 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join() argument
287 bss_type == BSS_TYPE_IBSS ? " ibss" : "", in wl1251_cmd_join()
303 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
Drx.c67 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) { in wl1251_rx_status()
Dwl1251.h306 u8 bss_type; member
/linux-4.4.14/net/wireless/
Dscan.c535 enum ieee80211_bss_type bss_type) in cfg80211_bss_type_match() argument
540 if (bss_type == IEEE80211_BSS_TYPE_ANY) in cfg80211_bss_type_match()
545 switch (bss_type) { in cfg80211_bss_type_match()
560 switch (bss_type) { in cfg80211_bss_type_match()
584 enum ieee80211_bss_type bss_type, in cfg80211_get_bss() argument
592 trace_cfg80211_get_bss(wiphy, channel, bssid, ssid, ssid_len, bss_type, in cfg80211_get_bss()
599 bss->pub.channel->band, bss_type)) in cfg80211_get_bss()
952 int bss_type; in cfg80211_inform_bss_data() local
1010 bss_type = res->pub.capability & WLAN_CAPABILITY_DMG_TYPE_MASK; in cfg80211_inform_bss_data()
1011 if (bss_type == WLAN_CAPABILITY_DMG_TYPE_AP || in cfg80211_inform_bss_data()
[all …]
Dtrace.h2647 enum ieee80211_bss_type bss_type,
2649 TP_ARGS(wiphy, channel, bssid, ssid, ssid_len, bss_type, privacy),
2655 __field(enum ieee80211_bss_type, bss_type)
2663 __entry->bss_type = bss_type;
2669 ((u8 *)__get_dynamic_array(ssid))[0], __entry->bss_type,
/linux-4.4.14/drivers/net/wireless/
Dwl3501.h311 u8 bss_type; member
394 u8 bss_type; member
428 u8 bss_type; member
448 u8 bss_type; member
Dat76c50x-usb.h206 u8 bss_type; member
215 u8 bss_type; member
Dwl3501_cs.c568 .bss_type = wl3501_fw_bss_type(this), in wl3501_mgmt_scan()
637 .bss_type = wl3501_fw_bss_type(this), in wl3501_mgmt_start()
1579 iwe.u.mode = this->bss_set[i].bss_type; in wl3501_get_scan()
Dat76c50x-usb.c1691 join.bss_type = INFRASTRUCTURE_MODE; in at76_join()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c62 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS)) in wl12xx_set_authorized()
1017 if (wlvif->bss_type == BSS_TYPE_STA_BSS && in wl1271_recovery_work()
1725 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl1271_configure_suspend()
1727 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_configure_suspend()
1735 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume()
1736 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS; in wl1271_configure_resume()
2230 switch (wlvif->bss_type) { in wl12xx_get_role_type()
2247 wl1271_error("invalid bss_type: %d", wlvif->bss_type); in wl12xx_get_role_type()
2266 wlvif->bss_type = BSS_TYPE_STA_BSS; in wl12xx_init_vif_data()
2269 wlvif->bss_type = BSS_TYPE_IBSS; in wl12xx_init_vif_data()
[all …]
Devent.c60 if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_stop_ba_event()
153 if (wlvif->bss_type == BSS_TYPE_STA_BSS) { in wlcore_event_channel_switch()
Dtx.c47 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key()
180 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl12xx_tx_get_hlid()
296 if (is_dummy || !wlvif || wlvif->bss_type != BSS_TYPE_AP_BSS) in wl1271_tx_fill_hdr()
319 (wlvif->bss_type == BSS_TYPE_AP_BSS)) in wl1271_tx_fill_hdr()
329 else if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_tx_fill_hdr()
430 if (!is_dummy && wlvif && wlvif->bss_type == BSS_TYPE_AP_BSS) { in wl1271_prepare_tx_frame()
1074 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_tx_reset_wlvif()
Dwlcore_i.h344 u8 bss_type; member
519 if (wlvif->bss_type == _bss_type)
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()
569 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific()
Dcmd.c345 if (wlvif->bss_type != BSS_TYPE_AP_BSS) in wl12xx_allocate_link()
379 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_free_link()
1064 if (wlvif->bss_type == BSS_TYPE_IBSS) { in wl12xx_cmd_build_null_data()
1510 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl12xx_cmd_set_peer_state()
2002 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS || in wl12xx_start_dev()
2003 wlvif->bss_type == BSS_TYPE_IBSS))) in wl12xx_start_dev()
2040 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS || in wl12xx_stop_dev()
2041 wlvif->bss_type == BSS_TYPE_IBSS))) in wl12xx_stop_dev()
Dps.c279 if (WARN_ON_ONCE(wlvif->bss_type != BSS_TYPE_AP_BSS)) in wl12xx_ps_link_start()
Ddebugfs.c570 VIF_STATE_PRINT_INT(bss_type); in vifs_state_read()
576 if (wlvif->bss_type == BSS_TYPE_STA_BSS || in vifs_state_read()
577 wlvif->bss_type == BSS_TYPE_IBSS) { in vifs_state_read()
Dscan.c104 switch (wlvif->bss_type) { in wlcore_started_vifs_iter()
/linux-4.4.14/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()
Dcmd.c65 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl18xx_cmd_channel_switch()
Dmain.c1613 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS)) in wl18xx_sta_rc_update()
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dscan.h94 u8 bss_type; /* for filtering */ member
Dscan.c350 cfg->bss_type = SCAN_BSS_TYPE_ANY; in wl1271_scan_sched_scan_config()
435 if (wlvif->bss_type != BSS_TYPE_STA_BSS) in wl1271_scan_sched_scan_start()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.h74 u16 bss_type; /* infra or adhoc */ member
Dps3_gelic_wireless.c1943 common->bss_type = cpu_to_be16(GELIC_EURUS_BSS_INFRA); in gelic_wl_associate_bss()
1961 be16_to_cpu(common->bss_type), in gelic_wl_associate_bss()
/linux-4.4.14/drivers/net/wireless/libertas/
Dhost.h298 u8 bss_type; member
332 u8 bss_type; member
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dsmd.c1062 msg_body.bss_params.bss_type = orig->bss_params.bss_type; in wcn36xx_smd_config_bss_v1()
1143 bss->bssid, bss->self_mac_addr, bss->bss_type, in wcn36xx_smd_config_bss_v1()
1220 bss->bss_type = WCN36XX_HAL_INFRASTRUCTURE_MODE; in wcn36xx_smd_config_bss()
1227 bss->bss_type = WCN36XX_HAL_INFRA_AP_MODE; in wcn36xx_smd_config_bss()
1233 bss->bss_type = WCN36XX_HAL_IBSS_MODE; in wcn36xx_smd_config_bss()
1293 bss->bssid, bss->self_mac_addr, bss->bss_type, in wcn36xx_smd_config_bss()
Dhal.h1547 enum wcn36xx_hal_bss_type bss_type; member
1694 enum wcn36xx_hal_bss_type bss_type; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfwil_types.h298 s8 bss_type; /* default: any, member
Dp2p.c633 enum p2p_bss_type bss_type) in brcmf_p2p_escan() argument
652 vif = p2p->bss_idx[bss_type].vif; in brcmf_p2p_escan()
654 brcmf_err("no vif for bss type %d\n", bss_type); in brcmf_p2p_escan()
695 sparams->bss_type = DOT11_BSSTYPE_ANY; in brcmf_p2p_escan()
Dcfg80211.c690 params_le.bss_type = DOT11_BSSTYPE_ANY; in brcmf_notify_escan_complete()
878 params_le->bss_type = DOT11_BSSTYPE_ANY; in brcmf_escan_prep()
/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h107 u8 bss_type; member
Dhost_interface.c206 BSSTYPE_T bss_type; member
533 if (strHostIFCfgParamAttr->cfg_attr_info.bss_type < 6) { in Handle_CfgParam()
535 strWIDList[u8WidCnt].val = (s8 *)&strHostIFCfgParamAttr->cfg_attr_info.bss_type; in Handle_CfgParam()
538 hif_drv->strCfgValues.bss_type = (u8)strHostIFCfgParamAttr->cfg_attr_info.bss_type; in Handle_CfgParam()
3960 *pu16WID_Value = (u16)hif_drv->strCfgValues.bss_type; in hif_get_cfg()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c690 enum ieee80211_bss_type bss_type; in ath6kl_add_bss_if_needed() local
695 bss_type = IEEE80211_BSS_TYPE_IBSS; in ath6kl_add_bss_if_needed()
698 bss_type = IEEE80211_BSS_TYPE_ESS; in ath6kl_add_bss_if_needed()
703 bss_type, IEEE80211_PRIVACY_ANY); in ath6kl_add_bss_if_needed()
/linux-4.4.14/include/net/
Dcfg80211.h4146 enum ieee80211_bss_type bss_type,