Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwmm.c170 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
177 val = le_to_host16(tspec->surplus_bandwidth_allowance); in wmm_process_tspec()
181 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
196 duration = (le_to_host16(tspec->nominal_msdu_size) & 0x7fff) * 8 / in wmm_process_tspec()
202 surplus = le_to_host16(tspec->surplus_bandwidth_allowance); in wmm_process_tspec()
Dieee802_11.c576 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); in handle_auth()
577 auth_transaction = le_to_host16(mgmt->u.auth.auth_transaction); in handle_auth()
578 status_code = le_to_host16(mgmt->u.auth.status_code); in handle_auth()
579 fc = le_to_host16(mgmt->frame_control); in handle_auth()
1312 capab_info = le_to_host16(mgmt->u.reassoc_req.capab_info); in handle_assoc()
1313 listen_interval = le_to_host16( in handle_assoc()
1323 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
1324 listen_interval = le_to_host16( in handle_assoc()
1469 le_to_host16(mgmt->u.disassoc.reason_code)); in handle_disassoc()
1500 hapd, sta, le_to_host16(mgmt->u.disassoc.reason_code)); in handle_disassoc()
[all …]
Dieee802_11_ht.c365 ht_capab = le_to_host16(sta->ht_capabilities->ht_capabilities_info); in update_sta_ht()
430 cap = le_to_host16(neg_ht_cap->ht_capabilities_info); in hostapd_get_ht_capab()
Ddrv_callbacks.c137 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
629 fc = le_to_host16(mgmt->frame_control); in hostapd_action_rx()
729 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx()
961 fc = le_to_host16(hdr->frame_control); in wpa_supplicant_event()
Dwnm_ap.c239 le_to_host16(wnmsleep_ie->intval)); in ieee802_11_rx_wnmsleep_req()
290 le_to_host16(mgmt->u.action.u.bss_tm_req.disassoc_timer), in ieee802_11_send_bss_trans_mgmt_request()
Dwpa_auth_ft.c1485 pairwise = le_to_host16(f.pairwise); in wpa_ft_rrb_rx_resp()
1564 pairwise = le_to_host16(f.pairwise); in wpa_ft_rrb_rx_push()
1603 alen = le_to_host16(frame->action_length); in wpa_ft_rrb_rx()
Dhw_features.c498 if (le_to_host16(ht_cap->ht_capabilities_info) & in ieee80211n_check_40mhz_2g4()
/external/wpa_supplicant_8/src/utils/
Dplatform.h7 #define le16_to_cpu le_to_host16
Dcommon.h162 #define le_to_host16(n) (n) macro
190 #define le_to_host16(n) ((__force u16) (le16) (n)) macro
203 #define le_to_host16(n) bswap_16(n) macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c787 fc = le_to_host16(mgmt->frame_control); in atheros_raw_recv_wps()
820 fc = le_to_host16(mgmt->frame_control); in atheros_raw_recv_11r()
861 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); in atheros_raw_recv_11r()
863 le_to_host16(mgmt->u.auth.status_code); in atheros_raw_recv_11r()
865 le_to_host16(mgmt->u.auth.auth_transaction); in atheros_raw_recv_11r()
894 fc = le_to_host16(mgmt->frame_control); in atheros_raw_recv_hs20()
975 fc = le_to_host16(mgmt->frame_control); in atheros_raw_recv_11v()
1446 fc = le_to_host16(mgmt->frame_control); in fetch_pending_big_events()
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_nl80211.c1482 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); in mlme_event_auth()
1484 le_to_host16(mgmt->u.auth.auth_transaction); in mlme_event_auth()
1485 event.auth.status_code = le_to_host16(mgmt->u.auth.status_code); in mlme_event_auth()
1555 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
1840 fc = le_to_host16(mgmt->frame_control); in mlme_event_mgmt()
1890 fc = le_to_host16(hdr->frame_control); in mlme_event_mgmt_tx_status()
1957 reason_code = le_to_host16(mgmt->u.deauth.reason_code); in mlme_event_deauth_disassoc()
2019 reason_code = le_to_host16(mgmt->u.deauth.reason_code); in mlme_event_unprot_disconnect()
7195 fc = le_to_host16(mgmt->frame_control); in wpa_driver_nl80211_send_frame()
7223 fc = le_to_host16(mgmt->frame_control); in wpa_driver_nl80211_send_mlme()
[all …]
Ddriver_test.c455 fc = le_to_host16(hdr->frame_control); in wpa_driver_test_send_mlme()
759 fc = le_to_host16(hdr->frame_control); in test_driver_mlme()
1877 fc = le_to_host16(mgmt->frame_control); in wpa_driver_test_mlme()
Ddriver_madwifi.c718 fc = le_to_host16(mgmt->frame_control); in madwifi_raw_receive()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c889 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
890 le_to_host16(header->u.auth.status_code) != WLAN_STATUS_SUCCESS) in ibss_rsn_handle_auth()
895 switch (le_to_host16(header->u.auth.auth_transaction)) { in ibss_rsn_handle_auth()
Devents.c2960 fc = le_to_host16(hdr->frame_control);
3209 fc = le_to_host16(mgmt->frame_control);
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c392 fc = le_to_host16(hdr->frame_control); in get_hdr_bssid()