Home
last modified time | relevance | path

Searched refs:WAPI (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/wpa_supplicant_8/hostapd/
H A Dandroid.config
H A Ddefconfig
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c803 &bcn_2->WAPI); in sch_set_fixed_beacon_fields()
1258 if (beacon2->WAPI.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1260 qdf_mem_copy((void *)&prb_rsp->WAPI, in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1261 (void *)&beacon2->WAPI, in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1262 sizeof(beacon2->WAPI)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dandroid.config
H A Ddefconfig
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1473 IE WAPI (EID_WAPI) // 7.3.2.25
1491 // WAPI capabilities
4091 OPTIE WAPI;
4197 OPTIE WAPI;
4277 OPTIE WAPI;
4338 OPTIE WAPI;
4444 OPTIE WAPI;
4585 OPTIE WAPI;
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/
H A Daidl_manager.h
H A Dsta_network.cpp
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h10993 tDot11fIEWAPI WAPI; member
11200 tDot11fIEWAPI WAPI; member
11312 tDot11fIEWAPI WAPI; member
11404 tDot11fIEWAPI WAPI; member
11839 tDot11fIEWAPI WAPI; member
11993 tDot11fIEWAPI WAPI; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c11742 { offsetof(tDot11fAssocRequest, WAPI), offsetof(tDot11fIEWAPI, present), 0,
12263 { offsetof(tDot11fBeacon, WAPI), offsetof(tDot11fIEWAPI, present), 0,
12522 { offsetof(tDot11fBeacon2, WAPI), offsetof(tDot11fIEWAPI, present), 0,
12773 { offsetof(tDot11fBeaconIEs, WAPI), offsetof(tDot11fIEWAPI, present), 0,
13461 { offsetof(tDot11fProbeResponse, WAPI), offsetof(tDot11fIEWAPI, present),
13742 { offsetof(tDot11fReAssocRequest, WAPI), offsetof(tDot11fIEWAPI, present),
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c845 &frm->WAPI); in lim_send_probe_rsp_mgmt_frame()