Searched refs:__check_assoc_ies (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 3919 static int __check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, in __check_assoc_ies() function 4433 return __check_assoc_ies(hapd, sta, ies, ies_len, &elems, reassoc, in check_assoc_ies() 4553 status = __check_assoc_ies(hapd, sta, NULL, 0, &elems, reassoc, true); in ieee80211_ml_process_link()
|