Searched refs:nw_type (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A 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 …]
|
| H A D | cfg80211.h | 30 u8 fw_vif_idx, u8 nw_type); 38 enum network_type nw_type,
|
| H A D | main.c | 35 max_conn = (vif->nw_type == AP_NETWORK) ? AP_MAX_NUM_STA : 0; in ath6kl_find_sta() 583 switch (vif->nw_type) { in ath6kl_commit_ch_switch() 600 ath6kl_err("won't switch channels nw_type=%d\n", vif->nw_type); in ath6kl_commit_ch_switch() 623 vif->nw_type, res); in ath6kl_check_ch_switch() 645 if (vif->nw_type == INFRA_NETWORK) { in ath6kl_connect_event() 663 if ((vif->nw_type == ADHOC_NETWORK) && ar->ibss_ps_enable) { in ath6kl_connect_event() 686 if (vif->nw_type == AP_NETWORK) { in ath6kl_tkip_micerr_event() 830 if (vif->nw_type == AP_NETWORK) { in ath6kl_tgt_stats_event() 975 if (vif->nw_type == AP_NETWORK) { in ath6kl_disconnect_event()
|
| H A D | txrx.c | 388 if (vif->nw_type == AP_NETWORK) { in ath6kl_data_tx() 438 if ((vif->nw_type == ADHOC_NETWORK) && in ath6kl_data_tx() 627 if (vif->nw_type == ADHOC_NETWORK || in ath6kl_tx_queue_full() 649 if (vif->nw_type != ADHOC_NETWORK) in ath6kl_tx_clear_node_map() 1389 if (vif->nw_type != AP_NETWORK && in ath6kl_rx() 1404 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1566 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1603 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1709 if (vif->nw_type == AP_NETWORK) { in aggr_recv_addba_req_evt() 1804 if (vif->nw_type == AP_NETWORK) { in aggr_recv_delba_req_evt()
|
| H A D | wmi.c | 633 if (vif->probe_req_report || vif->nw_type == AP_NETWORK) in ath6kl_wmi_rx_probe_req_event_rx() 885 if (vif->nw_type == AP_NETWORK) { in ath6kl_wmi_connect_event_rx() 923 le32_to_cpu(ev->u.sta.nw_type)); in ath6kl_wmi_connect_event_rx() 956 le32_to_cpu(ev->u.sta.nw_type), in ath6kl_wmi_connect_event_rx() 1609 if (vif->nw_type != INFRA_NETWORK || in ath6kl_wmi_txe_notify_event_rx() 1868 enum network_type nw_type, in ath6kl_wmi_connect_cmd() argument 1885 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd() 1907 cc->nw_type = nw_type; in ath6kl_wmi_connect_cmd() 3426 __func__, p->nw_type, p->auth_mode, le16_to_cpu(p->ch), in ath6kl_wmi_ap_profile_commit()
|
| H A D | wmi.h | 737 u8 nw_type; member 1528 __le32 nw_type; member 2546 enum network_type nw_type,
|
| H A D | core.h | 619 u8 nw_type; member
|