Searched refs:net_type (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/
H A Dray_cs.h52 UCHAR net_type; member in struct:ray_dev_t
H A Dwl3501_cs.c551 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA :
557 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS :
657 if ((this->net_type == IW_MODE_INFRA &&
659 (this->net_type == IW_MODE_ADHOC &&
661 this->net_type == IW_MODE_AUTO) {
698 if (this->net_type == IW_MODE_INFRA)
875 if (this->net_type == IW_MODE_INFRA) {
902 if (this->net_type == IW_MODE_INFRA)
918 if (this->net_type == IW_MODE_INFRA) {
1473 this->net_type
[all...]
H A Dray_cs.c132 static int net_type = ADHOC; variable
176 module_param(net_type, int, 0);
483 local->net_type = net_type;
635 local->sparm.b4.a_network_type = net_type & 0x01;
997 if (local->net_type == ADHOC) {
1928 if (!sniffer && (local->net_type == INFRA)
2814 proc_create_data("driver/ray_cs/net_type", S_IWUSR, NULL, &int_proc_fops, &net_type);
2831 remove_proc_entry("driver/ray_cs/net_type", NUL
[all...]
H A Dwl3501.h595 int net_type; member in struct:wl3501_card
H A Drayctl.h449 UCHAR net_type; member in struct:start_join_net_params
H A Drndis_wlan.c307 __le32 net_type; member in struct:ndis_80211_bssid_ex
/drivers/net/wireless/ath/ath6kl/
H A Dcore.h786 u16 beacon_int, enum network_type net_type,
H A Dmain.c587 enum network_type net_type, u8 beacon_ie_len,
595 net_type, beacon_ie_len,
585 ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel, u8 *bssid, u16 listen_int, u16 beacon_int, enum network_type net_type, u8 beacon_ie_len, u8 assoc_req_len, u8 assoc_resp_len, u8 *assoc_info) argument

Completed in 113 milliseconds