Home
last modified time | relevance | path

Searched refs:IWM_DBG_WEXT (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwmc3200wifi/
Dcfg80211.c171 IWM_DBG_WEXT(iwm, DBG, "Adding key for %pM\n", mac_addr); in iwm_cfg80211_add_key()
197 IWM_DBG_WEXT(iwm, DBG, "Getting key %d\n", key_index); in iwm_cfg80211_get_key()
228 IWM_DBG_WEXT(iwm, DBG, "Key %d not used\n", key_index); in iwm_cfg80211_del_key()
245 IWM_DBG_WEXT(iwm, DBG, "Default key index is: %d\n", key_index); in iwm_cfg80211_set_default_key()
463 IWM_DBG_WEXT(iwm, DBG, "OPEN auth\n"); in iwm_set_auth_type()
469 IWM_DBG_WEXT(iwm, DBG, "WPA auth alg\n"); in iwm_set_auth_type()
472 IWM_DBG_WEXT(iwm, DBG, "WEP shared key auth alg\n"); in iwm_set_auth_type()
487 IWM_DBG_WEXT(iwm, DBG, "wpa_version: %d\n", wpa_version); in iwm_set_wpa_version()
513 IWM_DBG_WEXT(iwm, DBG, "%ccast cipher is 0x%x\n", ucast ? 'u' : 'm', in iwm_set_cipher()
544 IWM_DBG_WEXT(iwm, DBG, "key_mgt: 0x%x\n", key_mgt); in iwm_set_key_mgt()
[all …]
Dcommands.c638 IWM_DBG_WEXT(iwm, DBG, "key_idx:%d\n", key_idx); in iwm_set_key()
639 IWM_DBG_WEXT(iwm, DBG, "key_len:%d\n", key_len); in iwm_set_key()
640 IWM_DBG_WEXT(iwm, DBG, "MAC:%pM, idx:%d, multicast:%d\n", in iwm_set_key()
643 IWM_DBG_WEXT(iwm, DBG, "profile: mcast:0x%x, ucast:0x%x\n", in iwm_set_key()
646 IWM_DBG_WEXT(iwm, DBG, "profile: auth_type:0x%x, flags:0x%x\n", in iwm_set_key()
743 IWM_DBG_WEXT(iwm, ERR, "Removing key_idx:%d\n", key_idx); in iwm_set_key()
Ddebug.h78 #define IWM_DBG_WEXT(i, l, f, a...) IWM_DEBUG_MODULE(i, l, WEXT, f, ## a) macro