Home
last modified time | relevance | path

Searched refs:time_adv (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/ap/
Dieee802_11_shared.c654 if (hapd->time_adv == NULL && in hostapd_eid_time_adv()
658 if (hapd->time_adv == NULL) in hostapd_eid_time_adv()
661 os_memcpy(eid, wpabuf_head(hapd->time_adv), in hostapd_eid_time_adv()
662 wpabuf_len(hapd->time_adv)); in hostapd_eid_time_adv()
663 eid += wpabuf_len(hapd->time_adv); in hostapd_eid_time_adv()
700 if (!hapd->time_adv) { in hostapd_update_time_adv()
701 hapd->time_adv = wpabuf_alloc(elen); in hostapd_update_time_adv()
702 if (hapd->time_adv == NULL) in hostapd_update_time_adv()
704 pos = wpabuf_put(hapd->time_adv, elen); in hostapd_update_time_adv()
706 pos = wpabuf_mhead_u8(hapd->time_adv); in hostapd_update_time_adv()
Dhostapd.h243 struct wpabuf *time_adv; member
Dhostapd.c554 wpabuf_free(hapd->time_adv); in hostapd_free_hapd_data()
555 hapd->time_adv = NULL; in hostapd_free_hapd_data()
/hostap-latest/tests/hwsim/
Dtest_wnm.py36 def start_wnm_ap(apdev, bss_transition=True, time_adv=False, ssid=None, argument
59 if time_adv:
116 start_wnm_ap(apdev[0], time_adv=True, wnm_sleep_mode=True)
131 hapd = start_wnm_ap(apdev[0], time_adv=True, wnm_sleep_mode=True)
146 hapd = start_wnm_ap(apdev[0], time_adv=True, wnm_sleep_mode=True)
147 hapd2 = start_wnm_ap(apdev[1], time_adv=True, wnm_sleep_mode=True)
186 hapd = start_wnm_ap(apdev[0], time_adv=True, wnm_sleep_mode=True)
301 hapd = start_wnm_ap(apdev[0], time_adv=True, wnm_sleep_mode=True)
336 hapd = start_wnm_ap(apdev[0], time_adv=True, wnm_sleep_mode=True, rsn=True,
362 hapd = start_wnm_ap(apdev[0], rsn=True, wnm_sleep_mode=True, time_adv=True)
[all …]