Home
last modified time | relevance | path

Searched refs:wpabuf_put_le16 (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c65 wpabuf_put_le16(buf, 2); in p2p_buf_add_capability()
77 wpabuf_put_le16(buf, 1); in p2p_buf_add_go_intent()
89 wpabuf_put_le16(buf, 5); in p2p_buf_add_listen_channel()
103 wpabuf_put_le16(buf, 5); in p2p_buf_add_operating_channel()
141 wpabuf_put_le16(buf, 1); in p2p_buf_add_status()
207 wpabuf_put_le16(buf, ETH_ALEN); in p2p_buf_add_device_id()
218 wpabuf_put_le16(buf, 2); in p2p_buf_add_config_timeout()
230 wpabuf_put_le16(buf, ETH_ALEN); in p2p_buf_add_intended_addr()
241 wpabuf_put_le16(buf, ETH_ALEN); in p2p_buf_add_group_bssid()
253 wpabuf_put_le16(buf, ETH_ALEN + ssid_len); in p2p_buf_add_group_id()
[all …]
Dp2p_sd.c175 wpabuf_put_le16(buf, update_indic); /* Service Update Indicator */ in p2p_build_sd_query()
222 wpabuf_put_le16(buf, update_indic); in p2p_build_sd_response()
249 wpabuf_put_le16(buf, ANQP_VENDOR_SPECIFIC); /* Info ID */ in p2p_build_gas_comeback_resp()
250 wpabuf_put_le16(buf, 3 + 1 + 2 + total_len); in p2p_build_gas_comeback_resp()
253 wpabuf_put_le16(buf, update_indic); in p2p_build_gas_comeback_resp()
Dp2p_group.c169 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa()
421 wpabuf_put_le16(buf, 0); /* Length to be filled */ in p2p_buf_add_group_info()
Dp2p.c3824 wpabuf_put_le16(resp, noa_len); in p2p_build_presence_resp()
/external/wpa_supplicant_8/src/ap/
Dgas_serv.c176 wpabuf_put_le16(buf, ANQP_CAPABILITY_LIST); in anqp_add_capab_list()
178 wpabuf_put_le16(buf, ANQP_VENUE_NAME); in anqp_add_capab_list()
180 wpabuf_put_le16(buf, ANQP_NETWORK_AUTH_TYPE); in anqp_add_capab_list()
182 wpabuf_put_le16(buf, ANQP_ROAMING_CONSORTIUM); in anqp_add_capab_list()
184 wpabuf_put_le16(buf, ANQP_IP_ADDR_TYPE_AVAILABILITY); in anqp_add_capab_list()
186 wpabuf_put_le16(buf, ANQP_NAI_REALM); in anqp_add_capab_list()
188 wpabuf_put_le16(buf, ANQP_3GPP_CELLULAR_NETWORK); in anqp_add_capab_list()
190 wpabuf_put_le16(buf, ANQP_DOMAIN_NAME); in anqp_add_capab_list()
222 wpabuf_put_le16(buf, ANQP_NETWORK_AUTH_TYPE); in anqp_add_network_auth_type()
223 wpabuf_put_le16(buf, hapd->conf->network_auth_type_len); in anqp_add_network_auth_type()
[all …]
/external/wpa_supplicant_8/src/common/
Dgas.c60 wpabuf_put_le16(buf, status_code); in gas_build_resp()
63 wpabuf_put_le16(buf, comeback_delay); in gas_build_resp()
257 wpabuf_put_le16(buf, info_id); in gas_anqp_add_element()
Dsae.c658 wpabuf_put_le16(buf, sae->group); /* Finite Cyclic Group */ in sae_write_commit()
1007 wpabuf_put_le16(buf, sae->send_confirm); in sae_write_confirm()
/external/wpa_supplicant_8/src/utils/
Dwpabuf.h107 static inline void wpabuf_put_le16(struct wpabuf *buf, u16 data) in wpabuf_put_le16() function
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c114 wpabuf_put_le16(buf, 1); /* Transaction seq# */ in sme_auth_build_sae_commit()
115 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_commit()
130 wpabuf_put_le16(buf, 2); /* Transaction seq# */ in sme_auth_build_sae_confirm()
131 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_confirm()
Dinterworking.c105 wpabuf_put_le16(buf, info_ids[i]); in anqp_build_req()
2933 wpabuf_put_le16(buf, wpabuf_len(query)); in gas_send_request()
2936 wpabuf_put_le16(buf, 0); in gas_send_request()
Dhs20_supplicant.c75 wpabuf_put_le16(buf, pps_mo_id); in wpas_hs20_add_indication()
Dp2p_supplicant.c2565 wpabuf_put_le16(tlvs, 1 + 1 + 1 + os_strlen(query)); in wpas_p2p_sd_request_upnp()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c682 wpabuf_put_le16(req, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()