Searched refs:chan_spacing (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | beacon.c | 189 static u8 * hostapd_eid_country_add(u8 *pos, u8 *end, int chan_spacing, in hostapd_eid_country_add() argument 199 *pos++ = (prev->chan - start->chan) / chan_spacing + 1; in hostapd_eid_country_add() 215 int chan_spacing = 1; in hostapd_eid_country() local 228 chan_spacing = 4; in hostapd_eid_country() 236 prev->chan + chan_spacing == chan->chan && in hostapd_eid_country() 243 pos = hostapd_eid_country_add(pos, end, chan_spacing, in hostapd_eid_country() 253 pos = hostapd_eid_country_add(pos, end, chan_spacing, in hostapd_eid_country()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | beacon.c | 210 static u8 * hostapd_eid_country_add(u8 *pos, u8 *end, int chan_spacing, in hostapd_eid_country_add() argument 220 *pos++ = (prev->chan - start->chan) / chan_spacing + 1; in hostapd_eid_country_add() 236 int chan_spacing = 1; in hostapd_eid_country() local 249 chan_spacing = 4; in hostapd_eid_country() 257 prev->chan + chan_spacing == chan->chan && in hostapd_eid_country() 264 pos = hostapd_eid_country_add(pos, end, chan_spacing, in hostapd_eid_country() 274 pos = hostapd_eid_country_add(pos, end, chan_spacing, in hostapd_eid_country()
|
Completed in 5 milliseconds