Home
last modified time | relevance | path

Searched refs:nw_type (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c358 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 …]
Dcfg80211.h30 u8 fw_vif_idx, u8 nw_type);
36 enum network_type nw_type,
Dtxrx.c375 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()
Dmain.c30 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()
Dwmi.c559 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()
Dwmi.h707 u8 nw_type; member
1408 __le32 nw_type; member
2390 enum network_type nw_type,
Dcore.h504 u8 nw_type; member
Dinit.c1617 (vif->nw_type & AP_NETWORK) ? in ath6kl_cleanup_vif()