Searched refs:mb_ies (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dieee802_11_common.c470 if (elems->mb_ies.nof_ies >= MAX_NOF_MB_IES_SUPPORTED) {
477 elems->mb_ies.ies[elems->mb_ies.nof_ies].ie = pos;
478 elems->mb_ies.ies[elems->mb_ies.nof_ies].ie_len = elen;
479 elems->mb_ies.nof_ies++;
1533 struct wpabuf *mb_ies = NULL; local
1544 mb_ies = wpabuf_alloc(mb_ies_size);
1545 if (mb_ies) {
1547 wpabuf_put_u8(mb_ies, WLAN_EID_MULTI_BAN
[all...]
H A Dieee802_11_common.h149 struct mb_ies_info mb_ies; member in struct:ieee802_11_elems
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dsta_info.h202 struct wpabuf *mb_ies; /* MB IEs from (Re)Association Request */ member in struct:sta_info
H A Ddrv_callbacks.c264 wpabuf_free(sta->mb_ies);
266 sta->mb_ies = mb_ies_by_info(&elems.mb_ies);
268 sta->mb_ies = NULL;
H A Dhostapd.c1675 return sta ? sta->mb_ies : NULL;
1689 wpabuf_free(sta->mb_ies);
1690 sta->mb_ies = mb_ies_by_info(&info);
1702 for (; s && !s->mb_ies; s = s->next)
H A Dieee802_11.c3266 wpabuf_free(sta->mb_ies);
3268 sta->mb_ies = mb_ies_by_info(&elems.mb_ies);
3270 sta->mb_ies = NULL;
H A Dsta_info.c327 wpabuf_free(sta->mb_ies);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Devents.c2340 struct mb_ies_info mb_ies; local
2345 os_memset(&mb_ies, 0, sizeof(mb_ies));
2347 while (ie_len >= 2 && mb_ies.nof_ies < MAX_NOF_MB_IES_SUPPORTED) {
2360 mb_ies.ies[mb_ies.nof_ies].ie = ie + 2;
2361 mb_ies.ies[mb_ies.nof_ies].ie_len = len - 2;
2362 mb_ies.nof_ies++;
2369 if (mb_ies
[all...]

Completed in 210 milliseconds