Searched refs:nw_type (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 368 static int ath6kl_nliftype_to_drv_iftype(enum nl80211_iftype type, u8 *nw_type) in ath6kl_nliftype_to_drv_iftype() argument 373 *nw_type = INFRA_NETWORK; in ath6kl_nliftype_to_drv_iftype() 376 *nw_type = ADHOC_NETWORK; in ath6kl_nliftype_to_drv_iftype() 380 *nw_type = AP_NETWORK; in ath6kl_nliftype_to_drv_iftype() 391 u8 *if_idx, u8 *nw_type) in ath6kl_is_valid_iftype() argument 395 if (ath6kl_nliftype_to_drv_iftype(type, nw_type)) in ath6kl_is_valid_iftype() 438 if (vif->nw_type != INFRA_NETWORK) in ath6kl_cfg80211_sta_bmiss_enhance() 602 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_connect() 621 if (vif->nw_type == INFRA_NETWORK) { in ath6kl_cfg80211_connect() 634 status = ath6kl_wmi_connect_cmd(ar->wmi, vif->fw_vif_idx, vif->nw_type, in ath6kl_cfg80211_connect() [all …]
|
D | cfg80211.h | 30 u8 fw_vif_idx, u8 nw_type); 38 enum network_type nw_type,
|
D | main.c | 35 max_conn = (vif->nw_type == AP_NETWORK) ? AP_MAX_NUM_STA : 0; in ath6kl_find_sta() 577 switch (vif->nw_type) { in ath6kl_commit_ch_switch() 594 ath6kl_err("won't switch channels nw_type=%d\n", vif->nw_type); in ath6kl_commit_ch_switch() 617 vif->nw_type, res); in ath6kl_check_ch_switch() 639 if ((vif->nw_type == INFRA_NETWORK)) { in ath6kl_connect_event() 657 if ((vif->nw_type == ADHOC_NETWORK) && ar->ibss_ps_enable) { in ath6kl_connect_event() 680 if (vif->nw_type == AP_NETWORK) { in ath6kl_tkip_micerr_event() 824 if (vif->nw_type == AP_NETWORK) { in ath6kl_tgt_stats_event() 968 if (vif->nw_type == AP_NETWORK) { in ath6kl_disconnect_event()
|
D | txrx.c | 388 if (vif->nw_type == AP_NETWORK) { in ath6kl_data_tx() 443 if ((vif->nw_type == ADHOC_NETWORK) && in ath6kl_data_tx() 632 if (vif->nw_type == ADHOC_NETWORK || in ath6kl_tx_queue_full() 654 if (vif->nw_type != ADHOC_NETWORK) in ath6kl_tx_clear_node_map() 1394 if (vif->nw_type != AP_NETWORK && in ath6kl_rx() 1405 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1569 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1606 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1712 if (vif->nw_type == AP_NETWORK) { in aggr_recv_addba_req_evt() 1808 if (vif->nw_type == AP_NETWORK) { in aggr_recv_delba_req_evt()
|
D | wmi.c | 621 if (vif->probe_req_report || vif->nw_type == AP_NETWORK) in ath6kl_wmi_rx_probe_req_event_rx() 867 if (vif->nw_type == AP_NETWORK) { in ath6kl_wmi_connect_event_rx() 905 le32_to_cpu(ev->u.sta.nw_type)); in ath6kl_wmi_connect_event_rx() 938 le32_to_cpu(ev->u.sta.nw_type), in ath6kl_wmi_connect_event_rx() 1844 enum network_type nw_type, in ath6kl_wmi_connect_cmd() argument 1861 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd() 1883 cc->nw_type = nw_type; in ath6kl_wmi_connect_cmd() 3397 __func__, p->nw_type, p->auth_mode, le16_to_cpu(p->ch), in ath6kl_wmi_ap_profile_commit()
|
D | wmi.h | 736 u8 nw_type; member 1527 __le32 nw_type; member 2556 enum network_type nw_type,
|
D | core.h | 618 u8 nw_type; member
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 108 bss_params->nw_type = WCN36XX_HAL_11A_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 110 bss_params->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 112 bss_params->nw_type = WCN36XX_HAL_11G_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 114 bss_params->nw_type = WCN36XX_HAL_11B_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 1064 msg_body.bss_params.nw_type = orig->bss_params.nw_type; in wcn36xx_smd_config_bss_v1() 1144 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v1() 1244 bss->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_config_bss() 1294 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss()
|
D | hal.h | 1553 enum wcn36xx_hal_nw_type nw_type; member 1700 enum wcn36xx_hal_nw_type nw_type; member
|