/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.c | 2597 u16 wsc_len; in wpas_wps_nfc_rx_handover_sel() local 2617 wsc_len = WPA_GET_BE16(pos); in wpas_wps_nfc_rx_handover_sel() 2618 if (wsc_len > wpabuf_len(wps) - 2) { in wpas_wps_nfc_rx_handover_sel() 2620 "in Wi-Fi Handover Select Message", wsc_len); in wpas_wps_nfc_rx_handover_sel() 2627 pos, wsc_len); in wpas_wps_nfc_rx_handover_sel() 2628 if (wsc_len < wpabuf_len(wps) - 2) { in wpas_wps_nfc_rx_handover_sel() 2631 pos + wsc_len, wpabuf_len(wps) - 2 - wsc_len); in wpas_wps_nfc_rx_handover_sel() 2634 wpabuf_set(&msg, pos, wsc_len); in wpas_wps_nfc_rx_handover_sel() 2736 u16 wsc_len; in wpas_er_wps_nfc_report_handover() local [all...] |
H A D | p2p_supplicant.c | 8505 size_t wsc_len; in wpas_p2p_nfc_handover() local 8513 wsc_len = wsc ? wpabuf_len(wsc) : 0; in wpas_p2p_nfc_handover() 8514 ret = wpabuf_alloc(2 + wsc_len + 2 + wpabuf_len(p2p)); in wpas_p2p_nfc_handover() 8521 wpabuf_put_be16(ret, wsc_len); in wpas_p2p_nfc_handover() 8800 params.wsc_len = len; in wpas_p2p_nfc_connection_handover() 8820 params.wsc_attr, params.wsc_len); in wpas_p2p_nfc_connection_handover()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.c | 2666 u16 wsc_len; in wpas_wps_nfc_rx_handover_sel() local 2686 wsc_len = WPA_GET_BE16(pos); in wpas_wps_nfc_rx_handover_sel() 2687 if (wsc_len > wpabuf_len(wps) - 2) { in wpas_wps_nfc_rx_handover_sel() 2689 "in Wi-Fi Handover Select Message", wsc_len); in wpas_wps_nfc_rx_handover_sel() 2696 pos, wsc_len); in wpas_wps_nfc_rx_handover_sel() 2697 if (wsc_len < wpabuf_len(wps) - 2) { in wpas_wps_nfc_rx_handover_sel() 2700 pos + wsc_len, wpabuf_len(wps) - 2 - wsc_len); in wpas_wps_nfc_rx_handover_sel() 2703 wpabuf_set(&msg, pos, wsc_len); in wpas_wps_nfc_rx_handover_sel() 2805 u16 wsc_len; in wpas_er_wps_nfc_report_handover() local [all...] |
H A D | p2p_supplicant.c | 9936 size_t wsc_len; 9944 wsc_len = wsc ? wpabuf_len(wsc) : 0; 9945 ret = wpabuf_alloc(2 + wsc_len + 2 + wpabuf_len(p2p)); 9952 wpabuf_put_be16(ret, wsc_len); 10233 params.wsc_len = len; 10253 params.wsc_attr, params.wsc_len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 2131 u16 wsc_len; in hostapd_wps_nfc_report_handover() local 2153 wsc_len = WPA_GET_BE16(pos); in hostapd_wps_nfc_report_handover() 2154 if (wsc_len > wpabuf_len(wps) - 2) { in hostapd_wps_nfc_report_handover() 2156 "in rt Wi-Fi Handover Request Message", wsc_len); in hostapd_wps_nfc_report_handover() 2163 pos, wsc_len); in hostapd_wps_nfc_report_handover() 2164 if (wsc_len < wpabuf_len(wps) - 2) { in hostapd_wps_nfc_report_handover() 2167 pos + wsc_len, wpabuf_len(wps) - 2 - wsc_len); in hostapd_wps_nfc_report_handover() 2170 wpabuf_set(&msg, pos, wsc_len); in hostapd_wps_nfc_report_handover()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 1937 u16 wsc_len; in hostapd_wps_nfc_report_handover() local 1959 wsc_len = WPA_GET_BE16(pos); in hostapd_wps_nfc_report_handover() 1960 if (wsc_len > wpabuf_len(wps) - 2) { in hostapd_wps_nfc_report_handover() 1962 "in rt Wi-Fi Handover Request Message", wsc_len); in hostapd_wps_nfc_report_handover() 1969 pos, wsc_len); in hostapd_wps_nfc_report_handover() 1970 if (wsc_len < wpabuf_len(wps) - 2) { in hostapd_wps_nfc_report_handover() 1973 pos + wsc_len, wpabuf_len(wps) - 2 - wsc_len); in hostapd_wps_nfc_report_handover() 1976 wpabuf_set(&msg, pos, wsc_len); in hostapd_wps_nfc_report_handover()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_parse.c | 594 int p2p_parse_ies_separate(const u8 *wsc, size_t wsc_len, const u8 *p2p, in p2p_parse_ies_separate() argument 599 msg->wps_attributes = wpabuf_alloc_copy(wsc, wsc_len); in p2p_parse_ies_separate()
|
H A D | p2p_i.h | 708 int p2p_parse_ies_separate(const u8 *wsc, size_t wsc_len, const u8 *p2p,
|
H A D | p2p.h | 2330 size_t wsc_len; member
|
H A D | p2p.c | 5332 if (p2p_parse_ies_separate(params->wsc_attr, params->wsc_len, in p2p_process_nfc_connection_handover()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_parse.c | 592 int p2p_parse_ies_separate(const u8 *wsc, size_t wsc_len, const u8 *p2p, in p2p_parse_ies_separate() argument 597 msg->wps_attributes = wpabuf_alloc_copy(wsc, wsc_len); in p2p_parse_ies_separate()
|
H A D | p2p.h | 2364 size_t wsc_len; member
|
H A D | p2p_i.h | 766 int p2p_parse_ies_separate(const u8 *wsc, size_t wsc_len, const u8 *p2p,
|
H A D | p2p.c | 5546 if (p2p_parse_ies_separate(params->wsc_attr, params->wsc_len,
|