Searched refs:time_adv (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/ap/ |
D | ieee802_11_shared.c | 654 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()
|
D | hostapd.h | 243 struct wpabuf *time_adv; member
|
D | hostapd.c | 554 wpabuf_free(hapd->time_adv); in hostapd_free_hapd_data() 555 hapd->time_adv = NULL; in hostapd_free_hapd_data()
|
/hostap-latest/tests/hwsim/ |
D | test_wnm.py | 36 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 …]
|