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

  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
58 host_to_le16(hapd->iconf->obss_interval);
63 host_to_le16(20);
65 host_to_le16(10);
67 host_to_le16(200);
69 host_to_le16(20);
71 host_to_le16(5);
73 host_to_le16(25);
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
478 neg_ht_cap->ht_capabilities_info = host_to_le16(cap)
    [all...]
wpa_auth_ft.c 331 frame.data_length = host_to_le16(FT_R0KH_R1KH_PULL_DATA_LEN);
526 rdie->status_code = host_to_le16(WLAN_STATUS_SUCCESS);
533 host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
544 host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
551 host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
566 host_to_le16(WLAN_STATUS_INVALID_PARAMETERS);
569 host_to_le16(WLAN_STATUS_REQUEST_DECLINED);
586 rdie->status_code = host_to_le16(res);
598 rdie->status_code = host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
1198 frame->action_length = host_to_le16(len)
    [all...]
wnm_ap.c 77 wnmsleep_ie.intval = host_to_le16(intval);
277 mgmt->u.action.u.bss_tm_req.disassoc_timer = host_to_le16(0);
432 host_to_le16(disassoc_timer);
499 host_to_le16(disassoc_timer);
553 host_to_le16(disassoc_timer);
ctrl_iface_ap.c 261 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
265 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
320 mgmt.u.deauth.reason_code = host_to_le16(reason);
380 mgmt.u.disassoc.reason_code = host_to_le16(reason);
wmm.c 85 ac->txop_limit = host_to_le16(acp->txop_limit);
225 tspec->medium_time = host_to_le16(medium_time / 32);
beacon.c 400 host_to_le16(hapd->iconf->beacon_int);
404 host_to_le16(hostapd_own_capab_info(hapd));
820 head->duration = host_to_le16(0);
826 host_to_le16(hapd->iconf->beacon_int);
830 head->u.beacon.capab_info = host_to_le16(capab_info);
ieee802_11_vht.c 86 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
ieee802_11.c 270 reply->u.auth.auth_alg = host_to_le16(auth_alg);
271 reply->u.auth.auth_transaction = host_to_le16(auth_transaction);
272 reply->u.auth.status_code = host_to_le16(resp);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 385 min_lid = host_to_le16(sta->my_lid);
386 max_lid = host_to_le16(sta->peer_lid);
388 min_lid = host_to_le16(sta->peer_lid);
389 max_lid = host_to_le16(sta->my_lid);
ibss_rsn.c 493 auth.u.auth.auth_alg = host_to_le16(WLAN_AUTH_OPEN);
494 auth.u.auth.auth_transaction = host_to_le16(seq);
495 auth.u.auth.status_code = host_to_le16(WLAN_STATUS_SUCCESS);
wmm_ac.c 303 tspec->nominal_msdu_size = host_to_le16(params->nominal_msdu_size);
306 host_to_le16(WMM_AC_FIXED_MSDU_SIZE);
311 host_to_le16(params->surplus_bandwidth_allowance);
wnm_sta.c 77 wnmsleep_ie->intval = host_to_le16(intval);
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 277 hdr->frame_control |= host_to_le16(BIT(1));
279 hdr->frame_control &= ~host_to_le16(BIT(1));
305 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS);
307 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
1054 mgmt.u.deauth.reason_code = host_to_le16(reason);
1092 mgmt.u.disassoc.reason_code = host_to_le16(reason);
1167 host_to_le16(WLAN_FC_FROMDS);
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 163 #define host_to_le16(n) (n) macro
192 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
205 #define host_to_le16(n) bswap_16(n) macro
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 460 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]

Completed in 5540 milliseconds