Home
last modified time | relevance | path

Searched refs:back (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/p2p/
Dp2p_build.c534 size_t back = sizeof(u32) + sizeof(u16) + sizeof(u8) - front; in p2p_buf_add_service_info() local
547 wpabuf_put_data(buf, &holder[front], back); in p2p_buf_add_service_info()
549 back; in p2p_buf_add_service_info()
561 size_t back = svc_len - front; in p2p_buf_add_service_info() local
570 if (back > 255 - 4) { in p2p_buf_add_service_info()
572 back -= 255 - 4; in p2p_buf_add_service_info()
578 wpabuf_put_data(buf, &svc_name[front], back); in p2p_buf_add_service_info()
579 remaining = 255 - 4 - back; in p2p_buf_add_service_info()
/hostap-latest/wpa_supplicant/
Deap_testing.txt334 back to PEM allowed wpa_supplicant to use the key.
Ddefconfig499 # Requires glibc 2.25 to build, falls back to /dev/random if unavailable.
DREADME-P2P666 PSK is removed at the same time to prevent it from connecting back using
DREADME124 should be the default option to start with before falling back to driver
DChangeLog702 * added "reattach" command for fast reassociate-back-to-same-BSS
2293 (CONFIG_XSUPPLICANT_IFACE=y in .config to bring it back)
/hostap-latest/hostapd/
Ddefconfig268 # Requires glibc 2.25 to build, falls back to /dev/random if unavailable.
/hostap-latest/doc/
Ddbus.doxygen312 <p>Attempt reassociation back to the current BSS.</p>