Searched refs:nw_type (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 358 static int ath6kl_nliftype_to_drv_iftype(enum nl80211_iftype type, u8 *nw_type) in ath6kl_nliftype_to_drv_iftype() argument 362 *nw_type = INFRA_NETWORK; in ath6kl_nliftype_to_drv_iftype() 365 *nw_type = ADHOC_NETWORK; in ath6kl_nliftype_to_drv_iftype() 368 *nw_type = AP_NETWORK; in ath6kl_nliftype_to_drv_iftype() 371 *nw_type = INFRA_NETWORK; in ath6kl_nliftype_to_drv_iftype() 374 *nw_type = AP_NETWORK; in ath6kl_nliftype_to_drv_iftype() 385 u8 *if_idx, u8 *nw_type) in ath6kl_is_valid_iftype() argument 389 if (ath6kl_nliftype_to_drv_iftype(type, nw_type)) in ath6kl_is_valid_iftype() 572 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_connect() 588 if (vif->nw_type == INFRA_NETWORK) { in ath6kl_cfg80211_connect() [all …]
|
D | cfg80211.h | 30 u8 fw_vif_idx, u8 nw_type); 36 enum network_type nw_type,
|
D | txrx.c | 375 if (vif->nw_type == AP_NETWORK) { in ath6kl_data_tx() 430 if ((vif->nw_type == ADHOC_NETWORK) && in ath6kl_data_tx() 616 if (vif->nw_type == ADHOC_NETWORK || in ath6kl_tx_queue_full() 638 if (vif->nw_type != ADHOC_NETWORK) in ath6kl_tx_clear_node_map() 1363 if (vif->nw_type != AP_NETWORK && in ath6kl_rx() 1374 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1532 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1569 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1672 if (vif->nw_type == AP_NETWORK) { in aggr_recv_addba_req_evt() 1769 if (vif->nw_type == AP_NETWORK) { in aggr_recv_delba_req_evt()
|
D | main.c | 30 max_conn = (vif->nw_type == AP_NETWORK) ? AP_MAX_NUM_STA : 0; in ath6kl_find_sta() 602 if ((vif->nw_type == INFRA_NETWORK)) in ath6kl_connect_event() 618 if ((vif->nw_type == ADHOC_NETWORK) && ar->ibss_ps_enable) { in ath6kl_connect_event() 641 if (vif->nw_type == AP_NETWORK) { in ath6kl_tkip_micerr_event() 778 if (vif->nw_type == AP_NETWORK) { in ath6kl_tgt_stats_event() 922 if (vif->nw_type == AP_NETWORK) { in ath6kl_disconnect_event()
|
D | wmi.c | 559 if (vif->probe_req_report || vif->nw_type == AP_NETWORK) in ath6kl_wmi_rx_probe_req_event_rx() 776 if (vif->nw_type == AP_NETWORK) { in ath6kl_wmi_connect_event_rx() 815 le32_to_cpu(ev->u.sta.nw_type)); in ath6kl_wmi_connect_event_rx() 848 le32_to_cpu(ev->u.sta.nw_type), in ath6kl_wmi_connect_event_rx() 1710 enum network_type nw_type, in ath6kl_wmi_connect_cmd() argument 1727 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd() 1749 cc->nw_type = nw_type; in ath6kl_wmi_connect_cmd() 3015 __func__, p->nw_type, p->auth_mode, le16_to_cpu(p->ch), in ath6kl_wmi_ap_profile_commit()
|
D | wmi.h | 707 u8 nw_type; member 1408 __le32 nw_type; member 2390 enum network_type nw_type,
|
D | core.h | 504 u8 nw_type; member
|
D | init.c | 1617 (vif->nw_type & AP_NETWORK) ? in ath6kl_cleanup_vif()
|