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);
501 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 78 wnmsleep_ie.intval = host_to_le16(intval);
279 mgmt->u.action.u.bss_tm_req.disassoc_timer = host_to_le16(0);
461 host_to_le16(disassoc_timer);
528 host_to_le16(disassoc_timer);
583 host_to_le16(disassoc_timer);
ctrl_iface_ap.c 279 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
283 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
338 mgmt.u.deauth.reason_code = host_to_le16(reason);
398 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 407 host_to_le16(hapd->iconf->beacon_int);
411 host_to_le16(hostapd_own_capab_info(hapd));
1000 head->duration = host_to_le16(0);
1006 host_to_le16(hapd->iconf->beacon_int);
1010 head->u.beacon.capab_info = host_to_le16(capab_info);
    [all...]
ieee802_11_vht.c 107 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
ieee802_11.c 277 reply->u.auth.auth_alg = host_to_le16(auth_alg);
278 reply->u.auth.auth_transaction = host_to_le16(auth_transaction);
279 reply->u.auth.status_code = host_to_le16(resp);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 269 hdr->frame_control |= host_to_le16(BIT(1));
271 hdr->frame_control &= ~host_to_le16(BIT(1));
297 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS);
299 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
1047 mgmt.u.deauth.reason_code = host_to_le16(reason);
1085 mgmt.u.disassoc.reason_code = host_to_le16(reason);
1160 host_to_le16(WLAN_FC_FROMDS);
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 405 min_lid = host_to_le16(sta->my_lid);
406 max_lid = host_to_le16(sta->peer_lid);
408 min_lid = host_to_le16(sta->peer_lid);
409 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);
wpa_supplicant.c     [all...]
wnm_sta.c 79 wnmsleep_ie->intval = host_to_le16(intval);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 137 #define host_to_le16(n) (n) macro
166 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
179 #define host_to_le16(n) bswap_16(n) macro
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 477 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]

Completed in 408 milliseconds