Searched refs:min_twt (Results 1 – 3 of 3) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | twt.c | 30 int mantissa, u8 min_twt, int setup_cmd, u64 twt, in wpas_twt_send_setup() argument 56 dtok, exponent, mantissa, min_twt); in wpas_twt_send_setup() 83 wpabuf_put_u8(buf, min_twt); /* Nominal Minimum TWT Wake Duration */ in wpas_twt_send_setup()
|
D | wpa_supplicant_i.h | 1653 int mantissa, u8 min_twt, int setup_cmd, u64 twt,
|
D | ctrl_iface.c | 9979 u8 min_twt = 255; in wpas_ctrl_iface_send_twt_setup() local 10007 min_twt = atoi(tok_s + os_strlen(" min_twt=")); in wpas_ctrl_iface_send_twt_setup() 10049 return wpas_twt_send_setup(wpa_s, dtok, exponent, mantissa, min_twt, in wpas_ctrl_iface_send_twt_setup()
|