HomeSort by relevance Sort by last modified time
    Searched refs:le_to_host16 (Results 1 - 19 of 19) sorted by null

  /external/wpa_supplicant_8/src/utils/
platform.h 7 #define le16_to_cpu le_to_host16
common.h 162 #define le_to_host16(n) (n) macro
191 #define le_to_host16(n) ((__force u16) (le16) (n)) macro
204 #define le_to_host16(n) bswap_16(n) macro
  /external/wpa_supplicant_8/src/ap/
wmm.c 170 val = le_to_host16(tspec->nominal_msdu_size);
177 val = le_to_host16(tspec->surplus_bandwidth_allowance);
181 val = le_to_host16(tspec->nominal_msdu_size);
196 duration = (le_to_host16(tspec->nominal_msdu_size) & 0x7fff) * 8 /
202 surplus = le_to_host16(tspec->surplus_bandwidth_allowance);
ieee802_11.c 908 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
909 auth_transaction = le_to_host16(mgmt->u.auth.auth_transaction);
910 status_code = le_to_host16(mgmt->u.auth.status_code);
911 fc = le_to_host16(mgmt->frame_control);
912 seq_ctrl = le_to_host16(mgmt->seq_ctrl);
    [all...]
ieee802_11_vht.c 115 sta_rx_mcs_set = le_to_host16(vht_cap->vht_supported_mcs_set.rx_map);
116 ap_tx_mcs_set = le_to_host16(ap_vht_cap.vht_supported_mcs_set.tx_map);
ieee802_11_ht.c 393 ht_capab = le_to_host16(sta->ht_capabilities->ht_capabilities_info);
458 cap = le_to_host16(neg_ht_cap->ht_capabilities_info);
wnm_ap.c 240 le_to_host16(wnmsleep_ie->intval));
291 le_to_host16(mgmt->u.action.u.bss_tm_req.disassoc_timer),
drv_callbacks.c 135 if (le_to_host16(ht_cap->ht_capabilities_info) &
723 fc = le_to_host16(mgmt->frame_control);
823 fc = le_to_host16(hdr->frame_control);
1106 fc = le_to_host16(hdr->frame_control);
    [all...]
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 33 fc = le_to_host16(hdr->frame_control);
56 fc = le_to_host16(hdr->frame_control);
75 fc = le_to_host16(hdr->frame_control);
139 failed = le_to_host16((*(uint16_t *) iter.this_arg)) &
driver_nl80211_event.c 170 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg);
172 le_to_host16(mgmt->u.auth.auth_transaction);
173 event.auth.status_code = le_to_host16(mgmt->u.auth.status_code);
229 status = le_to_host16(mgmt->u.assoc_resp.status_code);
551 fc = le_to_host16(mgmt->frame_control);
566 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc),
602 fc = le_to_host16(hdr->frame_control);
669 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
731 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
    [all...]
driver_hostap.c 71 fc = le_to_host16(hdr->frame_control);
127 fc = le_to_host16(hdr->frame_control);
157 fc = le_to_host16(hdr->frame_control);
driver_atheros.c 842 fc = le_to_host16(mgmt->frame_control);
900 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg);
902 le_to_host16(mgmt->u.auth.status_code);
904 le_to_host16(mgmt->u.auth.auth_transaction);
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 340 if (le_to_host16(ht_cap->ht_capabilities_info) &
ieee802_11_common.c 441 fc = le_to_host16(hdr->frame_control);
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 892 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN ||
893 le_to_host16(header->u.auth.status_code) != WLAN_STATUS_SUCCESS)
898 switch (le_to_host16(header->u.auth.auth_transaction)) {
wmm_ac.c 74 u16 admitted_time = le_to_host16(tspec->medium_time);
724 le_to_host16(tspec->medium_time), ac, dir);
902 le_to_host16(tspec->medium_time));
events.c     [all...]

Completed in 636 milliseconds