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

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 158 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
162 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
215 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
276 host_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID);
ieee802_11_vht.c 78 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
ieee802_11_ht.c 42 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
271 neg_ht_cap->ht_capabilities_info = host_to_le16(cap);
wpa_auth_ft.c 319 frame.data_length = host_to_le16(FT_R0KH_R1KH_PULL_DATA_LEN);
510 rdie->status_code = host_to_le16(WLAN_STATUS_SUCCESS);
517 host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
530 host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
537 host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
546 host_to_le16(WLAN_STATUS_INVALID_PARAMETERS);
549 host_to_le16(WLAN_STATUS_REQUEST_DECLINED);
569 rdie->status_code = host_to_le16(res);
581 rdie->status_code = host_to_le16(WLAN_STATUS_UNSPECIFIED_FAILURE);
1174 frame->action_length = host_to_le16(len)
    [all...]
wmm.c 91 ac->txop_limit = host_to_le16(acp->txop_limit);
231 tspec->medium_time = host_to_le16(medium_time / 32);
beacon.c 225 host_to_le16(hapd->iconf->beacon_int);
229 host_to_le16(hostapd_own_capab_info(hapd, sta, 1));
615 head->duration = host_to_le16(0);
621 host_to_le16(hapd->iconf->beacon_int);
625 head->u.beacon.capab_info = host_to_le16(capab_info);
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);
1106 reply.u.deauth.reason_code = host_to_le16(reason_code);
1136 host_to_le16(hostapd_own_capab_info(hapd, sta, 0));
1137 reply->u.assoc_resp.status_code = host_to_le16(status_code);
1138 reply->u.assoc_resp.aid = host_to_le16((sta ? sta->aid : 0)
    [all...]
drv_callbacks.c 652 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 274 hdr->frame_control |= host_to_le16(BIT(1));
276 hdr->frame_control &= ~host_to_le16(BIT(1));
302 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS);
304 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
1046 mgmt.u.deauth.reason_code = host_to_le16(reason);
1083 mgmt.u.disassoc.reason_code = host_to_le16(reason);
1158 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
191 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
204 #define host_to_le16(n) bswap_16(n) macro
  /external/wpa_supplicant_8/wpa_supplicant/
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);
wnm_sta.c 75 wnmsleep_ie->intval = host_to_le16(intval);
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 591 host_to_le16(disassoc_timer);
648 host_to_le16(disassoc_timer);
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 406 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]

Completed in 347 milliseconds