Home
last modified time | relevance | path

Searched refs:is_beacon (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1525 static inline int is_beacon(__le16 fc) in is_beacon() function
1569 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1616 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1625 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1632 if (is_beacon(beacon->header.frame_ctl)) { in libipw_process_probe_response()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_rx.c2550 static inline int is_beacon(u16 fc) in is_beacon() function
2623 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2664 if (is_beacon(frame_ctl)) { in rtllib_process_probe_response()
2700 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2710 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2731 if (is_beacon(frame_ctl) && in rtllib_process_probe_response()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c2379 static inline int is_beacon(__le16 fc) in is_beacon() function
2508 if(is_beacon(beacon->header.frame_ctl)) in ieee80211_process_probe_response()
2573 if(is_beacon(beacon->header.frame_ctl) == 0) in ieee80211_process_probe_response()
2589 if (is_beacon(beacon->header.frame_ctl)&&is_same_network(&ieee->current_network, &network, ieee)&&\ in ieee80211_process_probe_response()
/linux-4.4.14/drivers/net/wireless/
Datmel.c3007 u8 *ssid, int is_beacon) in store_bss_info() argument
3029 if (is_beacon) in store_bss_info()