Home
last modified time | relevance | path

Searched refs:nonerp_set (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/ap/
Dsta_info.h138 unsigned int nonerp_set:1; member
Dsta_info.c264 if (sta->nonerp_set) { in ap_free_sta()
265 sta->nonerp_set = 0; in ap_free_sta()
Dieee802_11.c5610 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()
5611 sta->nonerp_set = 1; in handle_assoc()