Home
last modified time | relevance | path

Searched refs:le_to_host16 (Results 1 – 22 of 22) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwmm.c166 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
173 val = le_to_host16(tspec->surplus_bandwidth_allowance); in wmm_process_tspec()
177 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
192 duration = (le_to_host16(tspec->nominal_msdu_size) & 0x7fff) * 8 / in wmm_process_tspec()
198 surplus = le_to_host16(tspec->surplus_bandwidth_allowance); in wmm_process_tspec()
Dieee802_11.c1422 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); in handle_auth()
1423 auth_transaction = le_to_host16(mgmt->u.auth.auth_transaction); in handle_auth()
1424 status_code = le_to_host16(mgmt->u.auth.status_code); in handle_auth()
1425 fc = le_to_host16(mgmt->frame_control); in handle_auth()
1426 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth()
2571 fc = le_to_host16(mgmt->frame_control); in handle_assoc()
2572 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_assoc()
2575 capab_info = le_to_host16(mgmt->u.reassoc_req.capab_info); in handle_assoc()
2576 listen_interval = le_to_host16( in handle_assoc()
2587 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
[all …]
Dieee802_11_vht.c148 sta_rx_mcs_set = le_to_host16(vht_cap->vht_supported_mcs_set.rx_map); in check_valid_vht_mcs()
149 ap_tx_mcs_set = le_to_host16(ap_vht_cap.vht_supported_mcs_set.tx_map); in check_valid_vht_mcs()
Dieee802_11_ht.c416 ht_capab = le_to_host16(sta->ht_capabilities->ht_capabilities_info); in update_sta_ht()
481 cap = le_to_host16(neg_ht_cap->ht_capabilities_info); in hostapd_get_ht_capab()
Ddrv_callbacks.c153 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
771 fc = le_to_host16(mgmt->frame_control); in hostapd_action_rx()
879 u16 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx()
1179 fc = le_to_host16(hdr->frame_control); in wpa_supplicant_event()
Dwnm_ap.c248 le_to_host16(wnmsleep_ie->intval)); in ieee802_11_rx_wnmsleep_req()
288 le_to_host16(mgmt->u.action.u.bss_tm_req.disassoc_timer), in ieee802_11_send_bss_trans_mgmt_request()
Dwpa_auth_ft.c1611 pairwise = le_to_host16(f.pairwise); in wpa_ft_rrb_rx_resp()
1695 pairwise = le_to_host16(f.pairwise); in wpa_ft_rrb_rx_push()
1734 alen = le_to_host16(frame->action_length); in wpa_ft_rrb_rx()
Dctrl_iface_ap.c273 fc2str(le_to_host16(mgmt->frame_control))); in p2p_manager_disconnect()
Dwpa_auth.c2184 fc = le_to_host16(mgmt->frame_control); in fils_decrypt_assoc()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c33 fc = le_to_host16(hdr->frame_control); in handle_tx_callback()
56 fc = le_to_host16(hdr->frame_control); in from_unknown_sta()
75 fc = le_to_host16(hdr->frame_control); in handle_frame()
139 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
Ddriver_nl80211_event.c170 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); in mlme_event_auth()
172 le_to_host16(mgmt->u.auth.auth_transaction); in mlme_event_auth()
173 event.auth.status_code = le_to_host16(mgmt->u.auth.status_code); in mlme_event_auth()
230 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
615 fc = le_to_host16(mgmt->frame_control); in mlme_event_mgmt()
631 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
667 fc = le_to_host16(hdr->frame_control); in mlme_event_mgmt_tx_status()
763 reason_code = le_to_host16(mgmt->u.deauth.reason_code); in mlme_event_deauth_disassoc()
827 reason_code = le_to_host16(mgmt->u.deauth.reason_code); in mlme_event_unprot_disconnect()
Ddriver_hostap.c71 fc = le_to_host16(hdr->frame_control); in handle_data()
127 fc = le_to_host16(hdr->frame_control); in handle_tx_callback()
157 fc = le_to_host16(hdr->frame_control); in handle_frame()
Ddriver_atheros.c847 fc = le_to_host16(mgmt->frame_control); in atheros_raw_receive()
908 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); in atheros_raw_receive()
910 le_to_host16(mgmt->u.auth.status_code); in atheros_raw_receive()
912 le_to_host16(mgmt->u.auth.auth_transaction); in atheros_raw_receive()
1352 fc = le_to_host16(mgmt->frame_control); in fetch_pending_big_events()
Ddriver_nl80211.c3386 fc = le_to_host16(mgmt->frame_control); in wpa_driver_nl80211_send_frame()
3416 fc = le_to_host16(mgmt->frame_control); in wpa_driver_nl80211_send_mlme()
3464 u16 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); in wpa_driver_nl80211_send_mlme()
3465 u16 auth_trans = le_to_host16(mgmt->u.auth.auth_transaction); in wpa_driver_nl80211_send_mlme()
/external/wpa_supplicant_8/src/utils/
Dplatform.h7 #define le16_to_cpu le_to_host16
Dcommon.h136 #define le_to_host16(n) (n) macro
165 #define le_to_host16(n) ((__force u16) (le16) (n)) macro
178 #define le_to_host16(n) bswap_16(n) macro
/external/wpa_supplicant_8/wpa_supplicant/
Dwmm_ac.c74 u16 admitted_time = le_to_host16(tspec->medium_time); in wmm_ac_add_ts()
724 le_to_host16(tspec->medium_time), ac, dir); in wmm_ac_handle_addts_resp()
902 le_to_host16(tspec->medium_time)); in wpas_wmm_ac_status()
Dibss_rsn.c907 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
908 le_to_host16(header->u.auth.status_code) != WLAN_STATUS_SUCCESS) in ibss_rsn_handle_auth()
913 switch (le_to_host16(header->u.auth.auth_transaction)) { in ibss_rsn_handle_auth()
Drrm.c1033 rand_interval = le_to_host16(req->rand_interval); in wpas_rm_handle_beacon_req()
1078 params->duration = le_to_host16(req->duration); in wpas_rm_handle_beacon_req()
Devents.c3643 fc = le_to_host16(hdr->frame_control); in wpa_supplicant_event()
3998 fc = le_to_host16(mgmt->frame_control); in wpa_supplicant_event()
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c338 if (le_to_host16(ht_cap->ht_capabilities_info) & in check_40mhz_2g4()
Dieee802_11_common.c594 fc = le_to_host16(hdr->frame_control); in get_hdr_bssid()