Searched refs:GENL_SET_ERR_MSG (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | genetlink.h | 112 #define GENL_SET_ERR_MSG(info, msg) NL_SET_ERR_MSG((info)->extack, msg) macro
|
/Linux-v4.19/drivers/net/wireless/ |
D | mac80211_hwsim.c | 2925 GENL_SET_ERR_MSG(info, "perm addr already present"); in mac80211_hwsim_new_radio() 3317 GENL_SET_ERR_MSG(info, "must have at least one channel"); in hwsim_new_radio_nl() 3322 GENL_SET_ERR_MSG(info, "too many channels specified"); in hwsim_new_radio_nl() 3363 GENL_SET_ERR_MSG(info,"MAC is no valid source addr"); in hwsim_new_radio_nl()
|
/Linux-v4.19/net/wireless/ |
D | nl80211.c | 916 GENL_SET_ERR_MSG(info, "key type out of range"); in nl80211_parse_key_old() 955 GENL_SET_ERR_MSG(info, "key with def && defmgmt is invalid"); in nl80211_parse_key() 961 GENL_SET_ERR_MSG(info, "defmgmt key must be mcast"); in nl80211_parse_key() 969 GENL_SET_ERR_MSG(info, in nl80211_parse_key() 975 GENL_SET_ERR_MSG(info, "def key idx not 0-3"); in nl80211_parse_key() 980 GENL_SET_ERR_MSG(info, "key idx not 0-5"); in nl80211_parse_key() 1025 GENL_SET_ERR_MSG(info, "key index out of range [0-3]"); in nl80211_parse_connkeys() 1030 GENL_SET_ERR_MSG(info, in nl80211_parse_connkeys() 1046 GENL_SET_ERR_MSG(info, "connect key must be WEP"); in nl80211_parse_connkeys() 1062 GENL_SET_ERR_MSG(info, "need a default/TX key"); in nl80211_parse_connkeys() [all …]
|