HomeSort by: relevance | last modified time | path
    Searched refs:reassoc_same_ess (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant_i.h 723 unsigned int reassoc_same_ess:1; /* reassociating to the same ESS */ member in struct:wpa_supplicant
bss.c 1032 if (wpa_s->reassoc_same_ess &&
wpa_supplicant.c 2428 if (wpa_s->last_mac_addr_style == style && wpa_s->reassoc_same_ess) {
2621 wpa_s->reassoc_same_ess = 0;
2628 wpa_s->reassoc_same_ess = 1;
4567 if (wpa_s->reassoc_same_ess && !is_zero_ether_addr(prev_bssid) &&

Completed in 53 milliseconds