Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/wireless/
H A Dcore.h275 struct key_params params[CFG80211_MAX_WEP_KEYS];
276 u8 data[CFG80211_MAX_WEP_KEYS][WLAN_KEY_LEN_WEP104];
H A Dwext-sme.c50 for (i = 0; i < CFG80211_MAX_WEP_KEYS; i++) in cfg80211_mgd_wext_connect()
H A Dibss.c298 for (i = 0; i < CFG80211_MAX_WEP_KEYS; i++) in cfg80211_ibss_wext_join()
H A Dwext-compat.c416 for (i = 0; i < CFG80211_MAX_WEP_KEYS; i++) in __cfg80211_set_encryption()
H A Dutil.c931 for (i = 0; i < CFG80211_MAX_WEP_KEYS; i++) { in cfg80211_upload_connect_keys()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h982 #define CFG80211_MAX_WEP_KEYS 4 macro