Home
last modified time | relevance | path

Searched refs:ctwindow (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_nl80211_android.c168 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow) in wpa_driver_set_p2p_ps() argument
H A Ddriver_nl80211.h287 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow);
H A Ddriver.h3357 int ctwindow);
/freebsd-12.1/contrib/wpa/src/p2p/
H A Dp2p_build.c326 void p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow, in p2p_buf_add_noa() argument
333 wpabuf_put_u8(buf, (opp_ps ? 0x80 : 0) | (ctwindow & 0x7f)); in p2p_buf_add_noa()
H A Dp2p_i.h764 void p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow,
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h543 int ctwindow) in wpa_drv_set_p2p_powersave() argument
548 opp_ps, ctwindow); in wpa_drv_set_p2p_powersave()