HomeSort by relevance Sort by last modified time
    Searched full:go_timeout (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 215 void p2p_buf_add_config_timeout(struct wpabuf *buf, u8 go_timeout,
221 wpabuf_put_u8(buf, go_timeout);
224 "client %d (*10ms)", go_timeout, client_timeout);
p2p_i.h 103 u8 go_timeout; member in struct:p2p_device
579 void p2p_buf_add_config_timeout(struct wpabuf *buf, u8 go_timeout,
p2p_go_neg.c 603 dev->go_timeout = msg.config_timeout[0];
856 dev->go_timeout = msg.config_timeout[0];
p2p.c     [all...]

Completed in 1736 milliseconds