Home
last modified time | relevance | path

Searched refs:RSNWPAReqIELength (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd.c6664 config->RSNWPAReqIELength = 0; in wlan_hdd_cfg80211_start_bss()
6676 config->RSNWPAReqIELength = ie[1] + 2; in wlan_hdd_cfg80211_start_bss()
6677 if (config->RSNWPAReqIELength < sizeof(config->RSNWPAReqIE)) in wlan_hdd_cfg80211_start_bss()
6679 config->RSNWPAReqIELength); in wlan_hdd_cfg80211_start_bss()
6682 config->RSNWPAReqIELength); in wlan_hdd_cfg80211_start_bss()
6725 prev_rsn_length = config->RSNWPAReqIELength; in wlan_hdd_cfg80211_start_bss()
6726 config->RSNWPAReqIELength += ie[1] + 2; in wlan_hdd_cfg80211_start_bss()
6727 if (config->RSNWPAReqIELength < in wlan_hdd_cfg80211_start_bss()
6733 config->RSNWPAReqIELength); in wlan_hdd_cfg80211_start_bss()
6735 config->RSNWPAReqIELength = ie[1] + 2; in wlan_hdd_cfg80211_start_bss()
[all …]
/wlan-driver/qcacld-3.0/core/sap/inc/
Dsap_api.h547 uint16_t RSNWPAReqIELength; /* The byte count in the pWPAReqIE */ member
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c5025 sap_bss_cfg->rsnIE.length = config->RSNWPAReqIELength; in sap_build_start_bss_config()
5026 if (config->RSNWPAReqIELength) in sap_build_start_bss_config()
5028 config->RSNWPAReqIE, config->RSNWPAReqIELength); in sap_build_start_bss_config()
Dsap_module.c815 config->RSNWPAReqIELength); in wlansap_start_bss()