statype          1247 include/net/cfg80211.h 				  enum cfg80211_station_type statype);
statype          1611 net/mac80211/cfg.c 	enum cfg80211_station_type statype;
statype          1625 net/mac80211/cfg.c 			statype = CFG80211_STA_MESH_PEER_USER;
statype          1627 net/mac80211/cfg.c 			statype = CFG80211_STA_MESH_PEER_KERNEL;
statype          1630 net/mac80211/cfg.c 		statype = CFG80211_STA_IBSS;
statype          1634 net/mac80211/cfg.c 			statype = CFG80211_STA_AP_STA;
statype          1638 net/mac80211/cfg.c 			statype = CFG80211_STA_TDLS_PEER_ACTIVE;
statype          1640 net/mac80211/cfg.c 			statype = CFG80211_STA_TDLS_PEER_SETUP;
statype          1645 net/mac80211/cfg.c 			statype = CFG80211_STA_AP_CLIENT;
statype          1647 net/mac80211/cfg.c 			statype = CFG80211_STA_AP_CLIENT_UNASSOC;
statype          1654 net/mac80211/cfg.c 	err = cfg80211_check_station_change(wiphy, params, statype);
statype          5371 net/wireless/nl80211.c 				  enum cfg80211_station_type statype)
statype          5374 net/wireless/nl80211.c 	    statype != CFG80211_STA_AP_CLIENT_UNASSOC)
statype          5378 net/wireless/nl80211.c 	    statype != CFG80211_STA_AP_CLIENT_UNASSOC)
statype          5383 net/wireless/nl80211.c 	    statype != CFG80211_STA_AP_CLIENT_UNASSOC)
statype          5389 net/wireless/nl80211.c 	switch (statype) {
statype          5420 net/wireless/nl80211.c 	if (statype != CFG80211_STA_TDLS_PEER_SETUP &&
statype          5421 net/wireless/nl80211.c 	    statype != CFG80211_STA_TDLS_PEER_ACTIVE) {
statype          5433 net/wireless/nl80211.c 	if (statype != CFG80211_STA_TDLS_PEER_SETUP &&
statype          5434 net/wireless/nl80211.c 	    statype != CFG80211_STA_AP_CLIENT_UNASSOC) {
statype          5447 net/wireless/nl80211.c 	if (statype != CFG80211_STA_AP_CLIENT &&
statype          5448 net/wireless/nl80211.c 	    statype != CFG80211_STA_AP_CLIENT_UNASSOC) {
statype          5453 net/wireless/nl80211.c 	switch (statype) {
statype          5513 net/wireless/nl80211.c 	if (statype != CFG80211_STA_AP_CLIENT_UNASSOC &&
statype          5514 net/wireless/nl80211.c 	    statype != CFG80211_STA_TDLS_PEER_SETUP)