Home
last modified time | relevance | path

Searched refs:WPA (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_gen.c798 &bcn_2->WPA); in sch_set_fixed_beacon_fields()
1242 if (beacon2->WPA.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1244 qdf_mem_copy((void *)&prb_rsp->WPA, (void *)&beacon2->WPA, in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1245 sizeof(beacon2->WPA)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1909 IE WPA (EID_VENDOR_SPECIFIC) OUI (0x00, 0x50, 0xF2, 0x01)
4099 OPTIE WPA;
4135 // ERPInfo, HTCaps, HTInfo, ExtSuppRates, WPA, RSN, WMMInfo,
4205 OPTIE WPA;
4285 OPTIE WPA;
4404 OPTIE WPA;
4503 OPTIE WPA;
4592 OPTIE WPA;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h11078 tDot11fIEWPA WPA; member
11208 tDot11fIEWPA WPA; member
11320 tDot11fIEWPA WPA; member
11412 tDot11fIEWPA WPA; member
11846 tDot11fIEWPA WPA; member
12072 tDot11fIEWPA WPA; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c1175 (!ie_struct->RSN.present && (ie_struct->WPA.present && in wlan_get_cb_mode()
1176 (ie_struct->WPA.unicast_cipher_count == 1) && in wlan_get_cb_mode()
1177 !qdf_mem_cmp(&(ie_struct->WPA.unicast_ciphers[0][0]), in wlan_get_cb_mode()
3121 if (pr->WPA.present) {
3123 convert_wpa(mac, &pProbeResp->wpa, &pr->WPA);
5064 if (pBies->WPA.present) {
5066 convert_wpa(mac, &pBeaconStruct->wpa, &pBies->WPA);
5593 if (pBeacon->WPA.present) {
5595 convert_wpa(mac, &pBeaconStruct->wpa, &pBeacon->WPA);
Ddot11f.c11972 { offsetof(tDot11fAssocResponse, WPA), offsetof(tDot11fIEWPA, present), 0,
12286 { offsetof(tDot11fBeacon, WPA), offsetof(tDot11fIEWPA, present), 0, "WPA",
12546 { offsetof(tDot11fBeacon2, WPA), offsetof(tDot11fIEWPA, present), 0, "WPA",
12797 { offsetof(tDot11fBeaconIEs, WPA), offsetof(tDot11fIEWPA, present), 0,
13481 { offsetof(tDot11fProbeResponse, WPA), offsetof(tDot11fIEWPA, present), 0,
13951 { offsetof(tDot11fReAssocResponse, WPA), offsetof(tDot11fIEWPA, present),
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c832 &frm->WPA); in lim_send_probe_rsp_mgmt_frame()