/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sta_tx.c | 72 local_tx_pd->bss_type = priv->bss_type; in mwifiex_process_sta_txpd() 162 tx_info->bss_type = priv->bss_type; in mwifiex_send_null_packet() 173 local_tx_pd->bss_type = priv->bss_type; in mwifiex_send_null_packet()
|
D | txrx.c | 48 BSS_NUM_MASK, local_rx_pd->bss_type); in mwifiex_handle_rx_packet() 60 rx_info->bss_type = priv->bss_type; in mwifiex_handle_rx_packet() 163 tx_info->bss_type); in mwifiex_host_to_card() 288 tx_info->bss_type); in mwifiex_write_data_complete()
|
D | 11n_aggr.c | 122 local_tx_pd->bss_type = priv->bss_type; in mwifiex_11n_form_amsdu_txpd() 199 tx_info_aggr->bss_type = tx_info_src->bss_type; in mwifiex_11n_aggregate_pkt()
|
D | uap_txrx.c | 179 tx_info->bss_type = priv->bss_type; in mwifiex_uap_queue_bridged_pkt() 374 txpd->bss_type = priv->bss_type; in mwifiex_process_uap_txpd()
|
D | decl.h | 179 u8 bss_type; member 188 u8 bss_type; member
|
D | cfg80211.c | 193 tx_info->bss_type = priv->bss_type; in mwifiex_cfg80211_mgmt_tx() 369 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) { in mwifiex_cfg80211_set_default_key() 780 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_init_new_priv_params() 785 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_init_new_priv_params() 788 priv->bss_type = MWIFIEX_BSS_TYPE_UAP; in mwifiex_init_new_priv_params() 2076 priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_cfg80211_connect() 2477 priv->bss_type = MWIFIEX_BSS_TYPE_STA; in mwifiex_add_virtual_intf() 2502 priv->bss_type = MWIFIEX_BSS_TYPE_UAP; in mwifiex_add_virtual_intf() 2537 priv->bss_type = MWIFIEX_BSS_TYPE_P2P; in mwifiex_add_virtual_intf() 3136 if (!(priv->bss_type == MWIFIEX_BSS_TYPE_STA && priv->media_connected)) in mwifiex_cfg80211_tdls_mgmt() [all …]
|
D | main.c | 719 jiffies, priv->bss_type, priv->bss_num); in mwifiex_hard_start_xmit() 754 tx_info->bss_type = priv->bss_type; in mwifiex_hard_start_xmit() 776 priv->bss_type == MWIFIEX_BSS_TYPE_STA && in mwifiex_hard_start_xmit() 847 jiffies, priv->tx_timeout_cnt, priv->bss_type, priv->bss_num); in mwifiex_tx_timeout()
|
D | tdls.c | 664 tx_info->bss_type = priv->bss_type; in mwifiex_send_tdls_data_frame() 818 tx_info->bss_type = priv->bss_type; in mwifiex_send_tdls_action_frame() 1138 if (!(priv->bss_type == MWIFIEX_BSS_TYPE_STA && priv->media_connected)) in mwifiex_get_tdls_list() 1411 priv->bss_type == MWIFIEX_BSS_TYPE_STA) { in mwifiex_clean_auto_tdls()
|
D | fw.h | 560 u8 bss_type; member 575 u8 bss_type; member 607 u8 bss_type; member 622 u8 bss_type; member 1262 u8 bss_type; member
|
D | cmdevt.c | 179 cmd_node->priv->bss_type)); in mwifiex_dnld_cmd_to_fw() 281 priv->bss_type))); in mwifiex_dnld_sleep_confirm_cmd() 459 rx_info->bss_type = priv->bss_type; in mwifiex_process_event()
|
D | main.h | 463 u8 bss_type; member 1147 u8 bss_num, u8 bss_type) in mwifiex_get_priv_by_id() argument 1154 (adapter->priv[i]->bss_type == bss_type)) in mwifiex_get_priv_by_id()
|
D | sta_cmd.c | 2040 if (priv->bss_type != MWIFIEX_BSS_TYPE_UAP) { in mwifiex_sta_init_cmd() 2065 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) { in mwifiex_sta_init_cmd() 2093 priv->bss_type != MWIFIEX_BSS_TYPE_UAP) { in mwifiex_sta_init_cmd() 2104 if (priv->bss_type != MWIFIEX_BSS_TYPE_UAP) { in mwifiex_sta_init_cmd()
|
D | init.c | 601 priv->bss_type, priv->bss_num, i, head); in mwifiex_delete_bss_prio_tbl()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | main.c | 326 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() 1027 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_hw_scan() 1139 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_bss_info_changed() [all …]
|
D | cmd.c | 273 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()
|
D | cmd.h | 40 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, 275 u8 bss_type; member
|
D | rx.c | 67 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) { in wl1251_rx_status()
|
D | wl1251.h | 306 u8 bss_type; member
|
/linux-4.1.27/net/wireless/ |
D | scan.c | 536 enum ieee80211_bss_type bss_type) in cfg80211_bss_type_match() argument 541 if (bss_type == IEEE80211_BSS_TYPE_ANY) in cfg80211_bss_type_match() 546 switch (bss_type) { in cfg80211_bss_type_match() 561 switch (bss_type) { in cfg80211_bss_type_match() 585 enum ieee80211_bss_type bss_type, in cfg80211_get_bss() argument 593 trace_cfg80211_get_bss(wiphy, channel, bssid, ssid, ssid_len, bss_type, in cfg80211_get_bss() 600 bss->pub.channel->band, bss_type)) in cfg80211_get_bss() 953 int bss_type; in cfg80211_inform_bss_width() local 1009 bss_type = res->pub.capability & WLAN_CAPABILITY_DMG_TYPE_MASK; in cfg80211_inform_bss_width() 1010 if (bss_type == WLAN_CAPABILITY_DMG_TYPE_AP || in cfg80211_inform_bss_width() [all …]
|
D | trace.h | 2644 enum ieee80211_bss_type bss_type, 2646 TP_ARGS(wiphy, channel, bssid, ssid, ssid_len, bss_type, privacy), 2652 __field(enum ieee80211_bss_type, bss_type) 2660 __entry->bss_type = bss_type; 2666 ((u8 *)__get_dynamic_array(ssid))[0], __entry->bss_type,
|
/linux-4.1.27/drivers/net/wireless/ |
D | wl3501.h | 311 u8 bss_type; member 394 u8 bss_type; member 428 u8 bss_type; member 448 u8 bss_type; member
|
D | at76c50x-usb.h | 206 u8 bss_type; member 215 u8 bss_type; member
|
D | wl3501_cs.c | 568 .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()
|
D | at76c50x-usb.c | 1691 join.bss_type = INFRASTRUCTURE_MODE; in at76_join()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | main.c | 62 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() 2224 switch (wlvif->bss_type) { in wl12xx_get_role_type() 2241 wl1271_error("invalid bss_type: %d", wlvif->bss_type); in wl12xx_get_role_type() 2259 wlvif->bss_type = BSS_TYPE_STA_BSS; in wl12xx_init_vif_data() 2262 wlvif->bss_type = BSS_TYPE_IBSS; in wl12xx_init_vif_data() [all …]
|
D | event.c | 60 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()
|
D | tx.c | 47 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()
|
D | wlcore_i.h | 344 u8 bss_type; member 514 if (wlvif->bss_type == _bss_type)
|
D | init.c | 503 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()
|
D | cmd.c | 345 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() 2036 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS || in wl12xx_stop_dev() 2037 wlvif->bss_type == BSS_TYPE_IBSS))) in wl12xx_stop_dev()
|
D | ps.c | 279 if (WARN_ON_ONCE(wlvif->bss_type != BSS_TYPE_AP_BSS)) in wl12xx_ps_link_start()
|
D | debugfs.c | 570 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()
|
D | scan.c | 104 switch (wlvif->bss_type) { in wlcore_started_vifs_iter()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | scan.h | 57 u8 bss_type; /* for filtering */ member
|
D | scan.c | 65 cmd->bss_type = SCAN_BSS_TYPE_ANY; in wl18xx_scan_send() 200 cmd->bss_type = SCAN_BSS_TYPE_ANY; in wl18xx_scan_sched_scan_config()
|
D | cmd.c | 65 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl18xx_cmd_channel_switch()
|
D | main.c | 1577 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS)) in wl18xx_sta_rc_update()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | scan.h | 94 u8 bss_type; /* for filtering */ member
|
D | scan.c | 346 cfg->bss_type = SCAN_BSS_TYPE_ANY; in wl1271_scan_sched_scan_config() 430 if (wlvif->bss_type != BSS_TYPE_STA_BSS) in wl1271_scan_sched_scan_start()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.h | 74 u16 bss_type; /* infra or adhoc */ member
|
D | ps3_gelic_wireless.c | 1943 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.1.27/drivers/net/wireless/libertas/ |
D | host.h | 298 u8 bss_type; member 332 u8 bss_type; member
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 1064 msg_body.bss_params.bss_type = orig->bss_params.bss_type; in wcn36xx_smd_config_bss_v1() 1145 bss->bssid, bss->self_mac_addr, bss->bss_type, in wcn36xx_smd_config_bss_v1() 1222 bss->bss_type = WCN36XX_HAL_INFRASTRUCTURE_MODE; in wcn36xx_smd_config_bss() 1229 bss->bss_type = WCN36XX_HAL_INFRA_AP_MODE; in wcn36xx_smd_config_bss() 1235 bss->bss_type = WCN36XX_HAL_IBSS_MODE; in wcn36xx_smd_config_bss() 1295 bss->bssid, bss->self_mac_addr, bss->bss_type, in wcn36xx_smd_config_bss()
|
D | hal.h | 1547 enum wcn36xx_hal_bss_type bss_type; member 1694 enum wcn36xx_hal_bss_type bss_type; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwil_types.h | 291 s8 bss_type; /* default: any, member
|
D | p2p.c | 632 enum p2p_bss_type bss_type) in brcmf_p2p_escan() argument 651 vif = p2p->bss_idx[bss_type].vif; in brcmf_p2p_escan() 653 brcmf_err("no vif for bss type %d\n", bss_type); in brcmf_p2p_escan() 694 sparams->bss_type = DOT11_BSSTYPE_ANY; in brcmf_p2p_escan()
|
D | cfg80211.c | 705 params_le.bss_type = DOT11_BSSTYPE_ANY; in brcmf_notify_escan_complete() 871 params_le->bss_type = DOT11_BSSTYPE_ANY; in brcmf_escan_prep()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 690 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.1.27/include/net/ |
D | cfg80211.h | 4047 enum ieee80211_bss_type bss_type,
|