Searched defs:pw_id (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c367 void p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, u16 pw_id, argument
388 wpa_printf(MSG_DEBUG, "P2P: WPS IE Device Password ID: %d", pw_id);
389 wpabuf_put_be16(buf, pw_id);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c367 void p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, u16 pw_id, argument
388 wpa_printf(MSG_DEBUG, "P2P: WPS IE Device Password ID: %d", pw_id);
389 wpabuf_put_be16(buf, pw_id);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_build.c367 void p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, u16 pw_id, argument
388 wpa_printf(MSG_DEBUG, "P2P: WPS IE Device Password ID: %d", pw_id);
389 wpabuf_put_be16(buf, pw_id);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_registrar.c1586 static int wps_process_dev_password_id(struct wps_data *wps, const u8 *pw_id) argument
1588 if (pw_id == NULL) {
1593 wps->dev_pw_id = WPA_GET_BE16(pw_id);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c1931 static int wps_process_dev_password_id(struct wps_data *wps, const u8 *pw_id) argument
1933 if (pw_id == NULL) {
1938 wps->dev_pw_id = WPA_GET_BE16(pw_id);
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c1931 static int wps_process_dev_password_id(struct wps_data *wps, const u8 *pw_id) argument
1933 if (pw_id == NULL) {
1938 wps->dev_pw_id = WPA_GET_BE16(pw_id);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c1931 static int wps_process_dev_password_id(struct wps_data *wps, const u8 *pw_id) argument
1933 if (pw_id == NULL) {
1938 wps->dev_pw_id = WPA_GET_BE16(pw_id);

Completed in 728 milliseconds