Searched refs:ctwindow (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_android.c | 168 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 D | driver_nl80211.h | 313 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow);
|
| H A D | driver.h | 3650 int ctwindow);
|
| H A D | driver_nl80211.c | 9168 int ctwindow) in nl80211_set_p2p_powersave() argument 9173 "opp_ps=%d ctwindow=%d)", legacy_ps, opp_ps, ctwindow); in nl80211_set_p2p_powersave() 9175 if (opp_ps != -1 || ctwindow != -1) { in nl80211_set_p2p_powersave() 9177 wpa_driver_set_p2p_ps(priv, legacy_ps, opp_ps, ctwindow); in nl80211_set_p2p_powersave()
|
| /freebsd-13.1/contrib/wpa/src/p2p/ |
| H A D | p2p_build.c | 326 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 D | p2p_i.h | 769 void p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow,
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 564 int ctwindow) in wpa_drv_set_p2p_powersave() argument 569 opp_ps, ctwindow); in wpa_drv_set_p2p_powersave()
|