Searched refs:authorize (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | rzn1_a5psw.c | 175 bool authorize) in a5psw_port_authorize_set() 179 if (authorize) in a5psw_port_authorize_set() 174 a5psw_port_authorize_set(struct a5psw *a5psw, int port, bool authorize) a5psw_port_authorize_set() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 2252 int authorize; in wil_cfg80211_change_station() local 2285 authorize = params->sta_flags_set & BIT(NL80211_STA_FLAG_AUTHORIZED); in wil_cfg80211_change_station() 2286 txdata->dot1x_open = authorize ? 1 : 0; in wil_cfg80211_change_station() 2287 wil_dbg_misc(wil, "cid %d ring %d authorize %d\n", cid, i, in wil_cfg80211_change_station()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 2276 int authorize; in wil_cfg80211_change_station() local 2309 authorize = params->sta_flags_set & BIT(NL80211_STA_FLAG_AUTHORIZED); in wil_cfg80211_change_station() 2310 txdata->dot1x_open = authorize ? 1 : 0; in wil_cfg80211_change_station() 2311 wil_dbg_misc(wil, "cid %d ring %d authorize %d\n", cid, i, in wil_cfg80211_change_station()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 5112 u32 authorize; member
|
H A D | wmi-tlv.c | 4422 .authorize = WMI_TLV_PEER_AUTHORIZE,
|
H A D | mac.c | 6518 ar->wmi.peer_param->authorize, 1); in ath10k_set_key() 6521 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
|
H A D | wmi.c | 749 .authorize = WMI_PEER_AUTHORIZE,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 5116 u32 authorize; member
|
H A D | wmi-tlv.c | 4433 .authorize = WMI_TLV_PEER_AUTHORIZE,
|
H A D | mac.c | 6667 ar->wmi.peer_param->authorize, 1); in ath10k_set_key() 6670 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
|
H A D | wmi.c | 749 .authorize = WMI_PEER_AUTHORIZE,
|
Completed in 145 milliseconds