Searched defs:pairwise (Results 1 - 10 of 10) sorted by relevance

/drivers/staging/wlan-ng/
H A Dcfg80211.c148 u8 key_index, bool pairwise, const u8 *mac_addr,
208 u8 key_index, bool pairwise,
238 u8 key_index, bool pairwise, const u8 *mac_addr)
147 prism2_add_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
207 prism2_get_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) argument
237 prism2_del_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c533 u8 key_index, bool pairwise,
540 if (!pairwise)
549 u8 key_index, bool pairwise,
555 if (!pairwise)
531 wil_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
547 wil_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
/drivers/staging/vt6655/
H A Diwctl.c1388 pDevice->eEncryptionStatus == Ndis802_11Encryption3Enabled)) {//get wpa pairwise key
1521 static int pairwise = 0; local
1536 pairwise = wrq->value;
1537 if (pairwise == IW_AUTH_CIPHER_CCMP)
1539 else if (pairwise == IW_AUTH_CIPHER_TKIP)
1541 else if (pairwise == IW_AUTH_CIPHER_WEP40 || pairwise == IW_AUTH_CIPHER_WEP104)
1543 else if (pairwise == IW_AUTH_CIPHER_NONE)
1552 if (pairwise == IW_AUTH_CIPHER_NONE) {
1598 pairwise
[all...]
/drivers/net/wireless/cw1200/
H A Dsta.c698 int pairwise = (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) ? local
722 if (pairwise) {
739 if (pairwise) {
773 if (pairwise) {
796 if (pairwise) {
/drivers/net/wireless/libertas/
H A Dcfg.c1507 u8 idx, bool pairwise, const u8 *mac_addr,
1570 u8 key_index, bool pairwise, const u8 *mac_addr)
1506 lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 idx, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
1569 lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
/drivers/net/wireless/mwifiex/
H A Dcfg80211.c100 u8 key_index, bool pairwise, const u8 *mac_addr)
104 const u8 *peer_mac = pairwise ? mac_addr : bc_mac;
378 u8 key_index, bool pairwise, const u8 *mac_addr,
384 const u8 *peer_mac = pairwise ? mac_addr : bc_mac;
99 mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
377 mwifiex_cfg80211_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1115 u8 key_index, bool pairwise,
1146 if (pairwise)
1198 if (vif->nw_type == AP_NETWORK && !pairwise &&
1240 u8 key_index, bool pairwise,
1270 u8 key_index, bool pairwise,
2726 /* skip pairwise cipher suite */
1114 ath6kl_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
1239 ath6kl_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
1269 ath6kl_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params *)) argument
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c604 /* pairwise key */
610 DBG_8723A("%s, set pairwise key, WEP\n",
616 DBG_8723A("%s, set pairwise key, TKIP\n",
631 DBG_8723A("%s, set pairwise key, CCMP\n",
637 DBG_8723A("%s, set pairwise key, none\n",
786 /* pairwise key */
867 u8 key_index, bool pairwise,
882 DBG_8723A("pairwise =%d\n", pairwise);
914 set_tx = 1; /* for wpa/wpa2 pairwise ke
866 cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
938 cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params *)) argument
947 cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
[all...]
/drivers/net/wireless/
H A Drndis_wlan.c419 bool pairwise; member in struct:rndis_wlan_encr_key
510 u8 key_index, bool pairwise, const u8 *mac_addr,
514 u8 key_index, bool pairwise, const u8 *mac_addr);
1171 static int set_encr_mode(struct usbnet *usbdev, int pairwise, int groupwise) argument
1177 __func__, pairwise, groupwise);
1179 if (pairwise & RNDIS_WLAN_ALG_CCMP)
1181 else if (pairwise & RNDIS_WLAN_ALG_TKIP)
1183 else if (pairwise & RNDIS_WLAN_ALG_WEP)
1433 netdev_dbg(usbdev->net, "%s(): pairwise but bssid invalid (%pM)\n",
1464 /* pairwise ke
2158 int pairwise = RNDIS_WLAN_ALG_NONE; local
2400 rndis_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
2436 rndis_del_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c1421 brcmf_err("invalid cipher pairwise (%d)\n",
2026 u8 key_idx, bool pairwise, const u8 *mac_addr,
2121 u8 key_idx, bool pairwise, const u8 *mac_addr)
2154 u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie,
2025 brcmf_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
2120 brcmf_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr) argument
2153 brcmf_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params * params)) argument

Completed in 216 milliseconds