Searched refs:group_key (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | libipw_wx.c | 526 int group_key = 0; libipw_wx_set_encodeext() local 545 group_key = 1; libipw_wx_set_encodeext() 578 if (group_key ? !ieee->host_mc_decrypt : libipw_wx_set_encodeext() 669 if (group_key) libipw_wx_set_encodeext()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 533 int group_key = 0; rtllib_wx_set_encode_ext() local 551 group_key = 1; rtllib_wx_set_encode_ext() 666 if (group_key) rtllib_wx_set_encode_ext()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 517 int group_key = 0; ieee80211_wx_set_encode_ext() local 538 group_key = 1; ieee80211_wx_set_encode_ext() 666 if (group_key) ieee80211_wx_set_encode_ext()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
H A D | core.c | 1490 bool group_key = false; rtl_op_set_key() local 1557 group_key = !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE); rtl_op_set_key() 1571 if (!group_key || key_type == WEP40_ENCRYPTION || rtl_op_set_key() 1573 if (group_key) rtl_op_set_key() 1578 if ((!group_key) || (vif->type == NL80211_IFTYPE_ADHOC) || rtl_op_set_key() 1606 } else if (group_key) { /* group key */ rtl_op_set_key() 1637 group_key, key_type, wep_only, rtl_op_set_key()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | atmel.c | 3814 u8 group_key; build_wpa_mib() member in struct:__anon7759 3840 mib.default_key = mib.group_key = 255; build_wpa_mib() 3849 mib.group_key = i; build_wpa_mib() 3857 mib.default_key = mib.group_key != 255 ? mib.group_key : 0; build_wpa_mib() 3858 if (mib.group_key == 255) build_wpa_mib() 3859 mib.group_key = mib.default_key; build_wpa_mib()
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
H A D | ioctl_cfg80211.c | 528 DBG_8723A("%s, set group_key, WEP\n", __func__); rtw_cfg80211_ap_set_encryption() 537 DBG_8723A("%s, set group_key, TKIP\n", rtw_cfg80211_ap_set_encryption() 559 DBG_8723A("%s, set group_key, CCMP\n", rtw_cfg80211_ap_set_encryption() 570 DBG_8723A("%s, set group_key, none\n", rtw_cfg80211_ap_set_encryption()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 2333 DBG_88E("%s, set group_key, WEP\n", __func__); rtw_set_encryption() 2342 DBG_88E("%s, set group_key, TKIP\n", __func__); rtw_set_encryption() 2352 DBG_88E("%s, set group_key, CCMP\n", __func__); rtw_set_encryption() 2357 DBG_88E("%s, set group_key, none\n", __func__); rtw_set_encryption()
|
Completed in 197 milliseconds