Searched refs:tsecs (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 84 static u8 * wpa_add_tdls_timeoutie(u8 *pos, u8 *ie, size_t ie_len, u32 tsecs); 2633 static u8 * wpa_add_tdls_timeoutie(u8 *pos, u8 *ie, size_t ie_len, u32 tsecs) in wpa_add_tdls_timeoutie() argument 2641 WPA_PUT_LE32(lifetime->value, tsecs); in wpa_add_tdls_timeoutie()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 1939 int tsecs, tusecs, first; in wpa_ft_pull_pmk_r1() local 2039 tsecs = sm->wpa_auth->conf.rkh_pull_timeout / 1000; in wpa_ft_pull_pmk_r1() 2041 eloop_register_timeout(tsecs, tusecs, wpa_ft_expire_pull, sm, NULL); in wpa_ft_pull_pmk_r1()
|