Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c66 wpabuf_put_le16(buf, 2); in p2p_buf_add_capability()
78 wpabuf_put_le16(buf, 1); in p2p_buf_add_go_intent()
90 wpabuf_put_le16(buf, 5); in p2p_buf_add_listen_channel()
104 wpabuf_put_le16(buf, 5); in p2p_buf_add_operating_channel()
180 wpabuf_put_le16(buf, 1); in p2p_buf_add_status()
249 wpabuf_put_le16(buf, ETH_ALEN); in p2p_buf_add_device_id()
260 wpabuf_put_le16(buf, 2); in p2p_buf_add_config_timeout()
272 wpabuf_put_le16(buf, ETH_ALEN); in p2p_buf_add_intended_addr()
283 wpabuf_put_le16(buf, ETH_ALEN); in p2p_buf_add_group_bssid()
295 wpabuf_put_le16(buf, ETH_ALEN + ssid_len); in p2p_buf_add_group_id()
[all …]
Dp2p_sd.c184 wpabuf_put_le16(buf, update_indic); /* Service Update Indicator */ in p2p_build_sd_query()
231 wpabuf_put_le16(buf, update_indic); in p2p_build_sd_response()
258 wpabuf_put_le16(buf, ANQP_VENDOR_SPECIFIC); /* Info ID */ in p2p_build_gas_comeback_resp()
259 wpabuf_put_le16(buf, 3 + 1 + 2 + total_len); in p2p_build_gas_comeback_resp()
262 wpabuf_put_le16(buf, update_indic); in p2p_build_gas_comeback_resp()
Dp2p_group.c170 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa()
422 wpabuf_put_le16(buf, 0); /* Length to be filled */ in p2p_buf_add_group_info()
Dp2p.c4449 wpabuf_put_le16(resp, noa_len); in p2p_build_presence_resp()
/external/wpa_supplicant_8/src/ap/
Dgas_serv.c200 wpabuf_put_le16(buf, infoid); in anqp_add_elem()
201 wpabuf_put_le16(buf, wpabuf_len(elem->payload)); in anqp_add_elem()
228 wpabuf_put_le16(buf, ANQP_CAPABILITY_LIST); in anqp_add_capab_list()
230 wpabuf_put_le16(buf, ANQP_VENUE_NAME); in anqp_add_capab_list()
232 wpabuf_put_le16(buf, ANQP_EMERGENCY_CALL_NUMBER); in anqp_add_capab_list()
235 wpabuf_put_le16(buf, ANQP_NETWORK_AUTH_TYPE); in anqp_add_capab_list()
238 wpabuf_put_le16(buf, ANQP_ROAMING_CONSORTIUM); in anqp_add_capab_list()
241 wpabuf_put_le16(buf, ANQP_IP_ADDR_TYPE_AVAILABILITY); in anqp_add_capab_list()
244 wpabuf_put_le16(buf, ANQP_NAI_REALM); in anqp_add_capab_list()
247 wpabuf_put_le16(buf, ANQP_3GPP_CELLULAR_NETWORK); in anqp_add_capab_list()
[all …]
Dieee802_11.c485 wpabuf_put_le16(buf, group); /* Finite Cyclic Group */ in auth_build_token_req()
/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.c852 wpabuf_put_le16(buf, sae->group); /* Finite Cyclic Group */ in sae_write_commit()
1237 wpabuf_put_le16(buf, sae->send_confirm); in sae_write_confirm()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c262 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0); in mesh_mpm_send_plink_action()
266 wpabuf_put_le16(buf, sta->aid); in mesh_mpm_send_plink_action()
323 wpabuf_put_le16(buf, 1); in mesh_mpm_send_plink_action()
325 wpabuf_put_le16(buf, 0); in mesh_mpm_send_plink_action()
326 wpabuf_put_le16(buf, sta->my_lid); in mesh_mpm_send_plink_action()
328 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action()
330 wpabuf_put_le16(buf, close_reason); in mesh_mpm_send_plink_action()
Dp2p_supplicant_sd.c656 wpabuf_put_le16(resp, (u16) svc_info_len); in wpas_sd_req_asp()
976 wpabuf_put_le16(tlvs, 1 + 1 + 1 + os_strlen(query)); in wpas_p2p_sd_request_upnp()
1006 wpabuf_put_le16(tlvs, plen); in wpas_p2p_sd_request_asp()
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.c111 wpabuf_put_le16(buf, info_ids[i]); in anqp_build_req()
3124 wpabuf_put_le16(buf, wpabuf_len(query)); in gas_send_request()
3127 wpabuf_put_le16(buf, 0); in gas_send_request()
Dhs20_supplicant.c77 wpabuf_put_le16(buf, pps_mo_id); in wpas_hs20_add_indication()
/external/wpa_supplicant_8/src/utils/
Dwpabuf.h108 static inline void wpabuf_put_le16(struct wpabuf *buf, u16 data) in wpabuf_put_le16() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c647 wpabuf_put_le16(req, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()