Searched defs:net_type (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/
H A Dray_cs.h53 UCHAR net_type; member in struct:ray_dev_t
H A Dray_cs.c131 static int net_type = ADHOC; variable
175 module_param(net_type, int, 0);
482 local->net_type = net_type;
634 local->sparm.b4.a_network_type = net_type & 0x01;
996 if (local->net_type == ADHOC) {
1936 if (!sniffer && (local->net_type == INFRA)
2822 proc_create_data("driver/ray_cs/net_type", S_IWUSR, NULL, &int_proc_fops, &net_type);
2839 remove_proc_entry("driver/ray_cs/net_type", NUL
[all...]
H A Drayctl.h450 UCHAR net_type; member in struct:start_join_net_params
H A Drndis_wlan.c256 __le32 net_type; member in struct:ndis_80211_bssid_ex
H A Dwl3501.h595 int net_type; member in struct:wl3501_card
/drivers/net/wireless/ath/ath6kl/
H A Dmain.c625 enum network_type net_type, u8 beacon_ie_len,
633 net_type, beacon_ie_len,
623 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 83 milliseconds