/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 288 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow);
|
H A D | driver.h | 1370 * ctwindow - Client Traffic Window (in TUs) 3376 * @ctwindow: 0.. = change (msec), -1 = no change 3380 int ctwindow);
|
H A D | driver_nl80211.c | 4248 wpa_printf(MSG_DEBUG, "nl80211: P2P GO ctwindow=%d", in wpa_driver_nl80211_set_ap() 8394 int ctwindow) in nl80211_set_p2p_powersave() 8399 "opp_ps=%d ctwindow=%d)", legacy_ps, opp_ps, ctwindow); in nl80211_set_p2p_powersave() 8401 if (opp_ps != -1 || ctwindow != -1) { in nl80211_set_p2p_powersave() 8403 wpa_driver_set_p2p_ps(priv, legacy_ps, opp_ps, ctwindow); in nl80211_set_p2p_powersave() 8393 nl80211_set_p2p_powersave(void *priv, int legacy_ps, int opp_ps, int ctwindow) nl80211_set_p2p_powersave() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 351 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow);
|
H A D | driver.h | 1498 * ctwindow - Client Traffic Window (in TUs) 3780 * @ctwindow: 0.. = change (msec), -1 = no change 3784 int ctwindow);
|
H A D | driver_nl80211.c | 4960 wpa_printf(MSG_DEBUG, "nl80211: P2P GO ctwindow=%d", in wpa_driver_nl80211_set_ap() 9697 int ctwindow) 9702 "opp_ps=%d ctwindow=%d)", legacy_ps, opp_ps, ctwindow); 9704 if (opp_ps != -1 || ctwindow != -1) { 9706 wpa_driver_set_p2p_ps(priv, legacy_ps, opp_ps, ctwindow); 9696 nl80211_set_p2p_powersave(void *priv, int legacy_ps, int opp_ps, int ctwindow) global() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 313 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow) in wpa_driver_set_p2p_ps() argument 331 pst_p2p_ops->uc_ct_window = ctwindow; in wpa_driver_set_p2p_ps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 299 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow) in wpa_driver_set_p2p_ps() argument 317 pst_p2p_ops->uc_ct_window = ctwindow; in wpa_driver_set_p2p_ps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 764 void p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 822 void p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | driver_i.h | 543 int ctwindow) in wpa_drv_set_p2p_powersave() 548 opp_ps, ctwindow); in wpa_drv_set_p2p_powersave() 541 wpa_drv_set_p2p_powersave(struct wpa_supplicant *wpa_s, int legacy_ps, int opp_ps, int ctwindow) wpa_drv_set_p2p_powersave() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | driver_i.h | 612 int ctwindow) in wpa_drv_set_p2p_powersave() 617 opp_ps, ctwindow); in wpa_drv_set_p2p_powersave() 610 wpa_drv_set_p2p_powersave(struct wpa_supplicant *wpa_s, int legacy_ps, int opp_ps, int ctwindow) wpa_drv_set_p2p_powersave() argument
|