Lines Matching full:nl80211
2 * Driver interaction with Linux nl80211/cfg80211
118 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink "
124 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic "
385 /* nl80211 code */
601 wpa_printf(MSG_DEBUG, "nl80211: Register beacons command "
617 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available");
635 wpa_printf(MSG_DEBUG, "nl80211: Unexpected beacon event? (%d)",
843 wpa_printf(MSG_DEBUG, "nl80211: Update ifindex for a removed "
880 wpa_printf(MSG_DEBUG, "nl80211: Ignore event for foreign "
897 wpa_printf(MSG_DEBUG, "nl80211: Ignore interface down "
901 wpa_printf(MSG_DEBUG, "nl80211: Interface down");
903 wpa_printf(MSG_DEBUG, "nl80211: Ignore interface down "
917 wpa_printf(MSG_DEBUG, "nl80211: Ignore interface up "
921 wpa_printf(MSG_DEBUG, "nl80211: Interface up");
957 wpa_printf(MSG_DEBUG, "nl80211: Add ifindex %u for bridge %s",
976 wpa_printf(MSG_DEBUG, "nl80211: Ignore dellink event for "
1000 wpa_printf(MSG_DEBUG, "nl80211: Remove ifindex %u for bridge "
1015 wpa_printf(MSG_DEBUG, "nl80211: Too short association event "
1052 wpa_printf(MSG_DEBUG, "nl80211: Operating frequency for the "
1057 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d "
1074 wpa_printf(MSG_DEBUG, "nl80211: Too short association event "
1122 wpa_printf(MSG_DEBUG, "nl80211: Ignore connect event (cmd=%d) "
1171 wpa_printf(MSG_DEBUG, "nl80211: Ignore disconnect "
1194 wpa_printf(MSG_DEBUG, "nl80211: MLME event %d; timeout with " MACSTR,
1219 wpa_printf(MSG_DEBUG, "nl80211: Too short action frame");
1262 wpa_printf(MSG_DEBUG, "nl80211: Action TX status:"
1306 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
1390 wpa_printf(MSG_DEBUG, "nl80211: MLME event %d without frame "
1395 wpa_printf(MSG_DEBUG, "nl80211: MLME event %d", cmd);
1396 wpa_hexdump(MSG_MSGDUMP, "nl80211: MLME event frame",
1440 wpa_printf(MSG_DEBUG, "nl80211: MLME event Michael MIC failure");
1443 wpa_hexdump(MSG_DEBUG, "nl80211: Source MAC address",
1449 wpa_hexdump(MSG_DEBUG, "nl80211: TSC",
1456 wpa_printf(MSG_DEBUG, "nl80211: Key Type %d", key_type);
1464 wpa_printf(MSG_DEBUG, "nl80211: Key Id %d", key_id);
1475 wpa_printf(MSG_DEBUG, "nl80211: No address in IBSS joined "
1481 wpa_printf(MSG_DEBUG, "nl80211: IBSS " MACSTR " joined",
1515 wpa_printf(MSG_DEBUG, "nl80211: Remain-on-channel event (cancel=%d "
1549 wpa_printf(MSG_DEBUG, "nl80211: Scan results for missing "
1671 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
1678 wpa_printf(MSG_DEBUG, "nl80211: failed to parse nested "
1740 wpa_printf(MSG_DEBUG, "nl80211: Survey data missing");
1747 wpa_printf(MSG_DEBUG, "nl80211: Failed to parse nested "
1816 wpa_printf(MSG_DEBUG, "nl80211: Ignore invalid CQM event");
1836 wpa_printf(MSG_DEBUG, "nl80211: Connection quality monitor "
1840 wpa_printf(MSG_DEBUG, "nl80211: Connection quality monitor "
1850 wpa_printf(MSG_DEBUG, "nl80211: Signal: %d dBm txrate: %d",
1857 wpa_printf(MSG_DEBUG, "nl80211: Noise: %d dBm",
1874 wpa_printf(MSG_DEBUG, "nl80211: New station " MACSTR, MAC2STR(addr));
1883 wpa_hexdump(MSG_DEBUG, "nl80211: Assoc Req IEs", ies, ies_len);
1906 wpa_printf(MSG_DEBUG, "nl80211: Delete station " MACSTR,
1955 wpa_printf(MSG_DEBUG, "nl80211: Rekey offload event for BSSID " MACSTR,
1959 wpa_hexdump(MSG_DEBUG, "nl80211: Rekey offload - Replay Counter",
2046 wpa_printf(MSG_DEBUG, "nl80211: Scan trigger");
2049 wpa_printf(MSG_DEBUG, "nl80211: Sched scan started");
2052 wpa_printf(MSG_DEBUG, "nl80211: Sched scan stopped");
2056 wpa_printf(MSG_DEBUG, "nl80211: New scan results available");
2064 "nl80211: New sched scan results available");
2068 wpa_printf(MSG_DEBUG, "nl80211: Scan aborted");
2118 wpa_printf(MSG_DEBUG, "nl80211: Regulatory domain change");
2123 wpa_printf(MSG_DEBUG, "nl80211: Regulatory beacon hint");
2143 wpa_printf(MSG_DEBUG, "nl80211: Ignored unknown event "
2162 wpa_printf(MSG_DEBUG, "nl80211: Ignored event (cmd=%d)"
2227 wpa_printf(MSG_DEBUG, "nl80211: Ignored unknown event "
2241 wpa_printf(MSG_DEBUG, "nl80211: Event message available");
2248 * wpa_driver_nl80211_set_country - ask nl80211 to set the regulatory domain
2253 * This asks nl80211 to set the regulatory domain for given
2450 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based "
2456 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based roaming");
2473 wpa_printf(MSG_INFO, "nl80211: Driver does not support "
2481 wpa_printf(MSG_DEBUG, "nl80211: Use separate P2P group "
2488 wpa_printf(MSG_DEBUG, "nl80211: TDLS supported");
2492 wpa_printf(MSG_DEBUG, "nl80211: TDLS external setup");
2512 wpa_printf(MSG_DEBUG, "nl80211: Supports Probe Response "
2593 wpa_printf(MSG_DEBUG, "nl80211: Disable use_monitor "
2621 struct genl_family *nl80211 = NULL;
2625 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate generic "
2630 nl80211 = genl_ctrl_search_by_name(cache, name);
2631 if (nl80211 == NULL)
2634 id = genl_family_get_id(nl80211);
2637 if (nl80211)
2638 genl_family_put(nl80211);
2654 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink "
2663 global->nl80211_id = genl_ctrl_resolve(global->nl, "nl80211");
2665 wpa_printf(MSG_ERROR, "nl80211: 'nl80211' generic netlink not "
2674 ret = nl_get_multicast_id(global, "nl80211", "scan");
2678 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast "
2684 ret = nl_get_multicast_id(global, "nl80211", "mlme");
2688 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast "
2694 ret = nl_get_multicast_id(global, "nl80211", "regulatory");
2698 wpa_printf(MSG_DEBUG, "nl80211: Could not add multicast "
2728 wpa_printf(MSG_ERROR, "nl80211: Failed to alloc cb struct");
2743 wpa_printf(MSG_DEBUG, "nl80211: RFKILL blocked");
2754 wpa_printf(MSG_DEBUG, "nl80211: RFKILL unblocked");
2757 wpa_printf(MSG_DEBUG, "nl80211: Could not set interface UP "
2793 wpa_printf(MSG_DEBUG, "nl80211: interface %s in phy %s",
2883 * wpa_driver_nl80211_init - Initialize nl80211 driver interface
2931 wpa_printf(MSG_DEBUG, "nl80211: RFKILL status not available");
2948 "nl80211: wifi status sockopt failed\n");
2985 wpa_printf(MSG_DEBUG, "nl80211: Register frame type=0x%x nl_handle=%p",
2987 wpa_hexdump(MSG_DEBUG, "nl80211: Register frame match",
2999 wpa_printf(MSG_DEBUG, "nl80211: Register frame command "
3002 wpa_hexdump(MSG_DEBUG, "nl80211: Register frame match",
3018 wpa_printf(MSG_DEBUG, "nl80211: Mgmt reporting "
3050 wpa_printf(MSG_DEBUG, "nl80211: Subscribe to mgmt frames with non-AP "
3125 wpa_printf(MSG_DEBUG, "nl80211: Register spurious class3 "
3158 wpa_printf(MSG_DEBUG, "nl80211: Subscribe to mgmt frames with AP "
3189 wpa_printf(MSG_DEBUG, "nl80211: Subscribe to mgmt frames with AP "
3211 wpa_printf(MSG_DEBUG, "nl80211: Unsubscribe mgmt frames handle %p "
3243 wpa_printf(MSG_ERROR, "nl80211: Could not configure driver to "
3250 wpa_printf(MSG_DEBUG, "nl80211: Could not yet enable "
3256 wpa_printf(MSG_ERROR, "nl80211: Could not set "
3301 * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface
3302 * @priv: Pointer to private nl80211 data from wpa_driver_nl80211_init()
3322 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
3328 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
3444 wpa_hexdump_ascii(MSG_MSGDUMP, "nl80211: Scan SSID",
3454 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan extra IEs",
3462 wpa_printf(MSG_MSGDUMP, "nl80211: Scan frequency %u "
3486 wpa_printf(MSG_DEBUG, "nl80211: Scan trigger failed: ret=%d "
3588 "nl80211: Sched scan filter SSID",
3609 wpa_hexdump_ascii(MSG_MSGDUMP, "nl80211: Sched scan SSID",
3619 wpa_hexdump_ascii(MSG_MSGDUMP, "nl80211: Sched scan extra IEs",
3627 wpa_printf(MSG_MSGDUMP, "nl80211: Scan frequency %u "
3640 wpa_printf(MSG_DEBUG, "nl80211: Sched scan start failed: "
3645 wpa_printf(MSG_DEBUG, "nl80211: Sched scan requested (ret=%d) - "
3684 wpa_printf(MSG_DEBUG, "nl80211: Sched scan stop failed: "
3689 wpa_printf(MSG_DEBUG, "nl80211: Sched scan stop sent (ret=%d)", ret);
3784 wpa_printf(MSG_DEBUG, "nl80211: Associated on %u MHz",
3791 wpa_printf(MSG_DEBUG, "nl80211: Associated with "
3887 wpa_printf(MSG_DEBUG, "nl80211: Remove duplicated scan result "
3916 wpa_printf(MSG_DEBUG, "nl80211: Clear possible state "
3933 wpa_printf(MSG_DEBUG, "nl80211: Scan results "
3941 wpa_printf(MSG_DEBUG, "nl80211: Unknown BSSID"
3951 wpa_printf(MSG_DEBUG, "nl80211: Scan results "
3957 wpa_printf(MSG_DEBUG, "nl80211: Local state "
3964 wpa_printf(MSG_DEBUG, "nl80211: Local state "
3999 wpa_printf(MSG_DEBUG, "nl80211: Received scan results (%lu "
4004 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d "
4039 wpa_printf(MSG_DEBUG, "nl80211: Failed to get scan results");
4043 wpa_printf(MSG_DEBUG, "nl80211: Scan result dump");
4046 wpa_printf(MSG_DEBUG, "nl80211: %d/%d " MACSTR "%s%s",
4148 wpa_printf(MSG_DEBUG, "nl80211: set_key failed; err=%d %s)",
4202 wpa_printf(MSG_DEBUG, "nl80211: set_key default failed; "
4349 "nl80211: MLME command failed: reason=%u ret=%d (%s)",
4478 wpa_printf(MSG_DEBUG, "nl80211: Authenticate (ifindex=%d)",
4540 "nl80211: MLME command failed (auth): ret=%d (%s)",
4550 wpa_printf(MSG_DEBUG, "nl80211: Retry authentication "
4578 wpa_printf(MSG_DEBUG, "nl80211: Trigger single "
4592 wpa_printf(MSG_DEBUG, "nl80211: Authentication retry "
4604 wpa_printf(MSG_DEBUG, "nl80211: Authentication request send "
4620 wpa_printf(MSG_DEBUG, "nl80211: Try to authenticate again");
4896 wpa_printf(MSG_DEBUG, "nl80211: Added 802.11b mode based on 802.11g "
4948 wpa_printf(MSG_DEBUG, "nl80211: %u-%u @ %u MHz",
5010 wpa_printf(MSG_DEBUG, "nl80211: No regulatory information "
5015 wpa_printf(MSG_DEBUG, "nl80211: Regulatory information - country=%s",
5122 wpa_printf(MSG_DEBUG, "nl80211: No monitor socket available "
5133 wpa_printf(MSG_INFO, "nl80211: sendmsg: %s", strerror(errno));
5294 wpa_printf(MSG_DEBUG, "nl80211: Set beacon (beacon_set=%d)",
5408 wpa_printf(MSG_DEBUG, "nl80211: Beacon set failed: %d (%s)",
5432 wpa_printf(MSG_DEBUG, "nl80211: Set freq %d (ht_enabled=%d "
5466 wpa_printf(MSG_DEBUG, "nl80211: Failed to set channel (freq=%d): "
5549 wpa_printf(MSG_DEBUG, "nl80211: NL80211_CMD_%s_STATION "
5593 wpa_printf(MSG_DEBUG, "nl80211: Remove interface ifindex=%d", ifidx);
5644 wpa_printf(MSG_DEBUG, "nl80211: Create interface iftype %d (%s)",
5686 wpa_printf(MSG_DEBUG, "nl80211: New interface %s created: ifindex=%d",
6081 wpa_printf(MSG_DEBUG, "nl80211: Driver does not support "
6137 wpa_printf(MSG_DEBUG, "nl80211: Setup AP - device_ap_sme=%d "
6172 wpa_printf(MSG_DEBUG, "nl80211: Failed to enable "
6206 wpa_printf(MSG_DEBUG, "nl80211: No socket to send EAPOL");
6219 wpa_printf(MSG_ERROR, "nl80211: EAPOL TX: %s",
6364 wpa_printf(MSG_DEBUG, "nl80211: Setup AP operations for P2P "
6394 wpa_printf(MSG_DEBUG, "nl80211: Leave IBSS failed: ret=%d "
6400 wpa_printf(MSG_DEBUG, "nl80211: Leave IBSS request sent successfully");
6415 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS (ifindex=%d)", drv->ifindex);
6419 wpa_printf(MSG_INFO, "nl80211: Failed to set interface into "
6474 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS failed: ret=%d (%s)",
6478 wpa_printf(MSG_DEBUG, "nl80211: Retry IBSS join after "
6488 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS request sent successfully");
6520 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d "
6558 wpa_printf(MSG_DEBUG, "nl80211: Connect (ifindex=%d)", drv->ifindex);
6701 wpa_printf(MSG_DEBUG, "nl80211: MLME connect failed: ret=%d "
6714 wpa_printf(MSG_DEBUG, "nl80211: Connect request send successfully");
6752 wpa_printf(MSG_DEBUG, "nl80211: Associate (ifindex=%d)",
6858 "nl80211: MLME command failed (assoc): ret=%d (%s)",
6864 wpa_printf(MSG_DEBUG, "nl80211: Association request send "
6879 wpa_printf(MSG_DEBUG, "nl80211: Set mode ifindex %d iftype %d (%s)",
6896 wpa_printf(MSG_DEBUG, "nl80211: Failed to set interface %d to mode %d:"
6922 wpa_printf(MSG_DEBUG, "nl80211: Interface already in "
6932 wpa_printf(MSG_DEBUG, "nl80211: Try mode change after setting "
6952 wpa_printf(MSG_DEBUG, "nl80211: Failed to set "
6958 wpa_printf(MSG_DEBUG, "nl80211: Mode change succeeded while "
6966 wpa_printf(MSG_DEBUG, "nl80211: Interface mode change to %d "
6985 wpa_printf(MSG_DEBUG, "nl80211: Failed to register Action "
7141 wpa_printf(MSG_DEBUG, "nl80211: Failed to set RTS threshold %d: "
7174 wpa_printf(MSG_DEBUG, "nl80211: Failed to set fragmentation threshold "
7201 wpa_printf(MSG_DEBUG, "nl80211: Station flush failed: ret=%d "
7368 wpa_printf(MSG_ERROR, "nl80211: NL80211_ATTR_STA_VLAN (addr="
7447 wpa_printf(MSG_DEBUG, "nl80211: Add own interface ifindex %d",
7513 wpa_printf(MSG_DEBUG, "nl80211: Set WDS STA addr=" MACSTR
7571 wpa_printf(MSG_ERROR, "nl80211: Failed to add the "
7584 wpa_printf(MSG_DEBUG, "nl80211: Removing interface %s from "
7588 wpa_printf(MSG_ERROR, "nl80211: Failed to "
7596 wpa_printf(MSG_DEBUG, "nl80211: Adding interface %s into bridge %s",
7599 wpa_printf(MSG_ERROR, "nl80211: Failed to add interface %s "
7630 wpa_printf(MSG_DEBUG, "nl80211: Interface %s is in bridge %s",
7666 wpa_printf(MSG_ERROR, "nl80211: Failed to set interface %s "
7764 wpa_printf(MSG_DEBUG, "nl80211: Assigned new P2P Interface Address "
7826 wpa_printf(MSG_DEBUG, "nl80211: Allocate new address "
7845 wpa_printf(MSG_ERROR, "nl80211: Failed to add the new "
7891 wpa_printf(MSG_DEBUG, "nl80211: %s(type=%d ifname=%s) ifindex=%d",
7900 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
7906 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
7933 wpa_printf(MSG_INFO, "nl80211: %s - could not find "
7991 wpa_printf(MSG_DEBUG, "nl80211: Frame command failed: ret=%d "
7996 wpa_printf(MSG_DEBUG, "nl80211: Frame TX command accepted%s; "
8022 wpa_printf(MSG_DEBUG, "nl80211: Send Action frame (ifindex=%d, "
8072 wpa_printf(MSG_DEBUG, "nl80211: wait cancel failed: ret=%d "
8103 wpa_printf(MSG_DEBUG, "nl80211: Remain-on-channel cookie "
8110 wpa_printf(MSG_DEBUG, "nl80211: Failed to request remain-on-channel "
8127 wpa_printf(MSG_DEBUG, "nl80211: No pending remain-on-channel "
8132 wpa_printf(MSG_DEBUG, "nl80211: Cancel remain-on-channel with cookie "
8149 wpa_printf(MSG_DEBUG, "nl80211: Failed to cancel remain-on-channel: "
8169 wpa_printf(MSG_DEBUG, "nl80211: Skip disabling of "
8173 wpa_printf(MSG_DEBUG, "nl80211: Disable Probe Request "
8183 wpa_printf(MSG_DEBUG, "nl80211: Probe Request reporting "
8191 wpa_printf(MSG_DEBUG, "nl80211: Enable Probe Request "
8249 wpa_printf(MSG_DEBUG, "nl80211: Set TX rates failed: ret=%d "
8277 wpa_printf(MSG_DEBUG, "nl80211: Failed to set interface up on "
8294 wpa_printf(MSG_ERROR, "nl80211: Unsupported send_ft_action "
8336 wpa_printf(MSG_DEBUG, "nl80211: Signal monitor threshold=%d "
8392 wpa_printf(MSG_DEBUG, "nl80211: Get shared freq for PHY %s",
8406 wpa_printf(MSG_DEBUG, "nl80211: Found a match for PHY %s - %s "
8416 wpa_printf(MSG_DEBUG, "nl80211: Shared freq for PHY %s: %d",
8421 wpa_printf(MSG_DEBUG, "nl80211: No shared interface for "
8439 wpa_printf(MSG_DEBUG, "nl80211: driver param='%s'", param);
8448 wpa_printf(MSG_DEBUG, "nl80211: Use separate P2P group "
8457 wpa_printf(MSG_DEBUG, "nl80211: Use Multi channel "
8516 wpa_printf(MSG_ERROR, "nl80211: %u interface(s) remain at "
8576 wpa_printf(MSG_DEBUG, "nl80211: Add PMKID for " MACSTR, MAC2STR(bssid));
8584 wpa_printf(MSG_DEBUG, "nl80211: Delete PMKID for " MACSTR,
8593 wpa_printf(MSG_DEBUG, "nl80211: Flush PMKIDs");
8721 wpa_printf(MSG_DEBUG, "nl80211: set_p2p_powersave (legacy_ps=%d "
8963 .name = "nl80211",
8964 .desc = "Linux nl80211/cfg80211",