Home
last modified time | relevance | path

Searched refs:net_type (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/wireless/
Dray_cs.h53 UCHAR net_type; member
Dwl3501_cs.c550 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type()
556 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info()
656 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm()
658 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm()
660 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm()
696 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm()
873 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm()
900 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm()
916 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt()
1472 this->net_type = wrqu->mode; in wl3501_set_mode()
[all …]
Dray_cs.c131 static int net_type = ADHOC; variable
175 module_param(net_type, int, 0);
482 local->net_type = net_type; in ray_init()
634 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params()
996 if (local->net_type == ADHOC) { in ray_build_header()
1936 if (!sniffer && (local->net_type == INFRA) in ray_interrupt()
2822 proc_create_data("driver/ray_cs/net_type", S_IWUSR, NULL, &int_proc_fops, &net_type); in init_ray_cs()
Dwl3501.h595 int net_type; member
Drayctl.h450 UCHAR net_type; member
Drndis_wlan.c256 __le32 net_type; member
/linux-4.4.14/Documentation/networking/
Dray_cs.txt100 net_type integer 0 (default) = adhoc network,
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dmain.c624 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event() argument
632 net_type, beacon_ie_len, in ath6kl_connect_event()
Dcore.h940 u16 beacon_int, enum network_type net_type,