Home
last modified time | relevance | path

Searched refs:err2 (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/ap/
Dhw_features.c1019 int err, err2; in hostapd_is_usable_chans() local
1062 err2 = hostapd_is_usable_chan(iface, secondary_freq, 0); in hostapd_is_usable_chans()
1063 if (err2 > 0 && (pri_chan->allowed_bw & HOSTAPD_CHAN_WIDTH_40P)) { in hostapd_is_usable_chans()
1069 err2 = hostapd_is_usable_chan(iface, secondary_freq, 0); in hostapd_is_usable_chans()
1070 if (err2 > 0 && (pri_chan->allowed_bw & HOSTAPD_CHAN_WIDTH_40M)) { in hostapd_is_usable_chans()
/hostap-latest/src/drivers/
Ddriver_wext.c826 goto err2; in wpa_driver_wext_init()
854 err2: in wpa_driver_wext_init()