Lines Matching defs:nl80211
2 * Driver interaction with Linux nl80211/cfg80211
152 struct genl_family *nl80211;
255 /* nl80211 code */
475 wpa_printf(MSG_DEBUG, "nl80211: Update ifindex for a removed "
496 wpa_printf(MSG_DEBUG, "nl80211: Ignore event for foreign "
510 wpa_printf(MSG_DEBUG, "nl80211: Interface down");
516 wpa_printf(MSG_DEBUG, "nl80211: Interface up");
552 wpa_printf(MSG_DEBUG, "nl80211: Add ifindex %u for bridge %s",
589 wpa_printf(MSG_DEBUG, "nl80211: Remove ifindex %u for bridge "
605 wpa_printf(MSG_DEBUG, "nl80211: Too short association event "
635 nl80211), 0, NLM_F_DUMP,
643 wpa_printf(MSG_DEBUG, "nl80211: Operating frequency for the "
648 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d "
670 wpa_printf(MSG_DEBUG, "nl80211: Too short association event "
682 wpa_printf(MSG_DEBUG, "nl80211: Too short association event "
733 wpa_printf(MSG_DEBUG, "nl80211: Ignore connect event (cmd=%d) "
780 wpa_printf(MSG_DEBUG, "nl80211: MLME event %d; timeout with " MACSTR,
805 wpa_printf(MSG_DEBUG, "nl80211: Too short action frame");
854 wpa_printf(MSG_DEBUG, "nl80211: Action TX status: cookie=0%llx%s "
897 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
989 wpa_printf(MSG_DEBUG, "nl80211: MLME event %d without frame "
994 wpa_printf(MSG_DEBUG, "nl80211: MLME event %d", cmd);
995 wpa_hexdump(MSG_MSGDUMP, "nl80211: MLME event frame",
1039 wpa_printf(MSG_DEBUG, "nl80211: MLME event Michael MIC failure");
1042 wpa_hexdump(MSG_DEBUG, "nl80211: Source MAC address",
1048 wpa_hexdump(MSG_DEBUG, "nl80211: TSC",
1055 wpa_printf(MSG_DEBUG, "nl80211: Key Type %d", key_type);
1063 wpa_printf(MSG_DEBUG, "nl80211: Key Id %d", key_id);
1074 wpa_printf(MSG_DEBUG, "nl80211: No address in IBSS joined "
1080 wpa_printf(MSG_DEBUG, "nl80211: IBSS " MACSTR " joined",
1114 wpa_printf(MSG_DEBUG, "nl80211: Remain-on-channel event (cancel=%d "
1234 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
1261 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
1268 wpa_printf(MSG_DEBUG, "nl80211: failed to parse nested "
1302 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
1331 wpa_printf(MSG_DEBUG, "nl80211: Ignore invalid CQM event");
1351 wpa_printf(MSG_DEBUG, "nl80211: Connection quality monitor "
1355 wpa_printf(MSG_DEBUG, "nl80211: Connection quality monitor "
1365 wpa_printf(MSG_DEBUG, "nl80211: Signal: %d dBm txrate: %d",
1372 wpa_printf(MSG_DEBUG, "nl80211: Noise: %d dBm",
1389 wpa_printf(MSG_DEBUG, "nl80211: New station " MACSTR, MAC2STR(addr));
1399 wpa_hexdump(MSG_DEBUG, "nl80211: Assoc Req IEs", ies, ies_len);
1422 wpa_printf(MSG_DEBUG, "nl80211: Delete station " MACSTR,
1453 wpa_printf(MSG_DEBUG, "nl80211: Ignored event (cmd=%d)"
1470 wpa_printf(MSG_DEBUG, "nl80211: Scan trigger");
1473 wpa_printf(MSG_DEBUG, "nl80211: New scan results available");
1480 wpa_printf(MSG_DEBUG, "nl80211: Scan aborted");
1516 wpa_printf(MSG_DEBUG, "nl80211: Ignore disconnect "
1549 wpa_printf(MSG_DEBUG, "nl80211: Regulatory domain change");
1554 wpa_printf(MSG_DEBUG, "nl80211: Regulatory beacon hint");
1565 wpa_printf(MSG_DEBUG, "nl80211: Ignored unknown event "
1580 wpa_printf(MSG_DEBUG, "nl80211: Event message available");
1593 * wpa_driver_nl80211_set_country - ask nl80211 to set the regulatory domain
1598 * This asks nl80211 to set the regulatory domain for given
1616 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
1713 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
1753 wpa_printf(MSG_INFO, "nl80211: Driver does not support "
1759 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based "
1779 /* Initialize generic netlink and nl80211 */
1783 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink "
1790 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink "
1797 nl80211: Failed to allocate netlink "
1803 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic "
1809 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic "
1816 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate generic "
1822 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate generic "
1829 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate generic "
1835 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate generic "
1841 drv->nl80211 = genl_ctrl_search_by_name(drv->nl_cache, "nl80211");
1842 if (drv->nl80211 == NULL) {
1843 wpa_printf(MSG_ERROR, "nl80211: 'nl80211' generic netlink not "
1848 ret = nl_get_multicast_id(drv, "nl80211", "scan");
1852 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast "
1858 ret = nl_get_multicast_id(drv, "nl80211", "mlme");
1862 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast "
1868 ret = nl_get_multicast_id(drv, "nl80211", "regulatory");
1872 wpa_printf(MSG_DEBUG, "nl80211: Could not add multicast "
1901 wpa_printf(MSG_DEBUG, "nl80211: RFKILL blocked");
1912 wpa_printf(MSG_DEBUG, "nl80211: RFKILL unblocked");
1914 wpa_printf(MSG_DEBUG, "nl80211: Could not set interface UP "
1950 wpa_printf(MSG_DEBUG, "nl80211: interface %s in phy %s",
1956 * wpa_driver_nl80211_init - Initialize nl80211 driver interface
2017 wpa_printf(MSG_DEBUG, "nl80211: RFKILL status not available");
2035 genl_family_put(drv->nl80211);
2057 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
2067 wpa_printf(MSG_DEBUG, "nl80211: Register frame command "
2070 wpa_hexdump(MSG_DEBUG, "nl80211: Register frame match",
2150 wpa_printf(MSG_DEBUG, "nl80211: Could not configure driver to "
2156 wpa_printf(MSG_DEBUG, "nl80211: Could not yet enable "
2162 wpa_printf(MSG_ERROR, "nl80211: Could not set "
2179 wpa_printf(MSG_DEBUG, "nl80211: Failed to register Action "
2205 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
2216 * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface
2217 * @priv: Pointer to private nl80211 data from wpa_driver_nl80211_init()
2232 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
2238 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
2282 genl_family_put(drv->nl80211);
2349 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
2355 wpa_hexdump_ascii(MSG_MSGDUMP, "nl80211: Scan SSID",
2365 wpa_hexdump_ascii(MSG_MSGDUMP, "nl80211: Scan extra IEs",
2373 wpa_printf(MSG_MSGDUMP, "nl80211: Scan frequency %u "
2383 wpa_printf(MSG_DEBUG, "nl80211: Scan trigger failed: ret=%d "
2523 wpa_printf(MSG_DEBUG, "nl80211: Associated on %u MHz",
2619 wpa_printf(MSG_DEBUG, "nl80211: Remove duplicated scan result "
2648 wpa_printf(MSG_DEBUG, "nl80211: Clear possible state "
2665 wpa_printf(MSG_DEBUG, "nl80211: Scan results "
2673 wpa_printf(MSG_DEBUG, "nl80211: Unknown BSSID"
2683 wpa_printf(MSG_DEBUG, "nl80211: Scan results "
2689 wpa_printf(MSG_DEBUG, "nl80211: Local state "
2696 wpa_printf(MSG_DEBUG, "nl80211: Local state "
2737 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, NLM_F_DUMP,
2750 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d "
2785 wpa_printf(MSG_DEBUG, "nl80211: Failed to get scan results");
2789 wpa_printf(MSG_DEBUG, "nl80211: Scan result dump");
2792 wpa_printf(MSG_DEBUG, "nl80211: %d/%d " MACSTR "%s%s",
2824 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
2827 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
2892 wpa_printf(MSG_DEBUG, "nl80211: set_key failed; err=%d %s)",
2909 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
2947 wpa_printf(MSG_DEBUG, "nl80211: set_key default failed; "
3081 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0, cmd, 0);
3092 wpa_printf(MSG_DEBUG, "nl80211: MLME command failed: ret=%d "
3168 wpa_printf(MSG_DEBUG, "nl80211: Authenticate (ifindex=%d)",
3171 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
3230 wpa_printf(MSG_DEBUG, "nl80211: MLME command failed: ret=%d "
3240 wpa_printf(MSG_DEBUG, "nl80211: Retry authentication "
3251 wpa_printf(MSG_DEBUG, "nl80211: Authentication request send "
3503 wpa_printf(MSG_DEBUG, "nl80211: Added 802.11b mode based on 802.11g "
3555 wpa_printf(MSG_DEBUG, "nl80211: %u-%u @ %u MHz",
3617 wpa_printf(MSG_DEBUG, "nl80211: No regulatory information "
3622 wpa_printf(MSG_DEBUG, "nl80211: Regulatory information - country=%s",
3652 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
3676 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
3728 wpa_printf(MSG_DEBUG, "nl80211: No monitor socket available "
3735 wpa_printf(MSG_INFO, "nl80211: sendmsg: %s", strerror(errno));
3812 wpa_printf(MSG_DEBUG, "nl80211: Set beacon (beacon_set=%d)",
3817 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
3827 wpa_printf(MSG_DEBUG, "nl80211: Beacon set failed: %d (%s)",
3852 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
3883 wpa_printf(MSG_DEBUG, "nl80211: Failed to set channel (freq=%d): "
3902 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
3920 wpa_printf(MSG_DEBUG, "nl80211: NL80211_CMD_NEW_STATION "
3940 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
3961 wpa_printf(MSG_DEBUG, "nl80211: Remove interface ifindex=%d", ifidx);
3972 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
3996 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
4030 wpa_printf(MSG_DEBUG, "nl80211: New interface %s created: ifindex=%d",
4393 wpa_printf(MSG_DEBUG, "nl80211: Driver does not support "
4544 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
4588 wpa_printf(MSG_DEBUG, "nl80211: Setup AP operations for P2P "
4598 wpa_printf(MSG_DEBUG, "nl80211: Update ap_oper_freq with params->freq %d", params->freq);
4614 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
4620 wpa_printf(MSG_DEBUG, "nl80211: Leave IBSS failed: ret=%d "
4626 wpa_printf(MSG_DEBUG, "nl80211: Leave IBSS request sent successfully");
4641 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS (ifindex=%d)", drv->ifindex);
4644 wpa_printf(MSG_INFO, "nl80211: Failed to set interface into "
4654 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
4686 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS failed: ret=%d (%s)",
4690 wpa_printf(MSG_DEBUG, "nl80211: Retry IBSS join after "
4700 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS request sent successfully");
4721 wpa_printf(MSG_DEBUG, "nl80211: Connect (ifindex=%d)", drv->ifindex);
4722 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
4855 wpa_printf(MSG_DEBUG, "nl80211: MLME connect failed: ret=%d "
4860 wpa_printf(MSG_DEBUG, "nl80211: Connect request send successfully");
4895 wpa_printf(MSG_DEBUG, "nl80211: Associate (ifindex=%d)",
4897 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
4991 wpa_printf(MSG_DEBUG, "nl80211: MLME command failed: ret=%d "
4997 wpa_printf(MSG_DEBUG, "nl80211: Association request send "
5016 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5025 wpa_printf(MSG_DEBUG, "nl80211: Failed to set interface %d to mode %d:"
5060 wpa_printf(MSG_DEBUG, "nl80211: Interface already in "
5070 wpa_printf(MSG_DEBUG, "nl80211: Try mode change after setting "
5084 wpa_printf(MSG_DEBUG, "nl80211: Failed to set "
5090 wpa_printf(MSG_DEBUG, "nl80211: Mode change succeeded while "
5109 wpa_printf(MSG_DEBUG, "nl80211: Interface mode change to %d "
5152 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5223 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5253 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
5286 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5295 wpa_printf(MSG_DEBUG, "nl80211: Failed to set RTS threshold %d: "
5318 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5327 wpa_printf(MSG_DEBUG, "nl80211: Failed to set fragmentation threshold "
5343 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5421 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5445 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5502 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
5551 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
5562 wpa_printf(MSG_ERROR, "nl80211: NL80211_ATTR_STA_VLAN (addr="
5653 wpa_printf(MSG_DEBUG, "nl80211: Add own interface ifindex %d",
5719 wpa_printf(MSG_DEBUG, "nl80211: Set WDS STA addr=" MACSTR
5777 wpa_printf(MSG_ERROR, "nl80211: Failed to add the "
5790 wpa_printf(MSG_DEBUG, "nl80211: Removing interface %s from "
5793 wpa_printf(MSG_ERROR, "nl80211: Failed to "
5801 wpa_printf(MSG_DEBUG, "nl80211: Adding interface %s into bridge %s",
5804 wpa_printf(MSG_ERROR, "nl80211: Failed to add interface %s "
5832 wpa_printf(MSG_DEBUG, "nl80211: Interface %s is in bridge %s",
5868 wpa_printf(MSG_ERROR, "nl80211: Failed to set interface %s "
5904 genl_family_put(drv->nl80211);
5975 wpa_printf(MSG_DEBUG, "nl80211: Assigned new P2P Interface Address "
6036 wpa_printf(MSG_DEBUG, "nl80211: Allocate new address "
6055 wpa_printf(MSG_ERROR, "nl80211: Failed to add the new "
6090 wpa_printf(MSG_DEBUG, "nl80211: %s(type=%d ifname=%s) ifindex=%d",
6099 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
6105 wpa_printf(MSG_INFO, "nl80211: Failed to remove "
6129 wpa_printf(MSG_INFO, "nl80211: %s - could not find "
6164 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
6180 wpa_printf(MSG_DEBUG, "nl80211: Frame command failed: ret=%d "
6185 wpa_printf(MSG_DEBUG, "nl80211: Frame TX command accepted; "
6209 wpa_printf(MSG_DEBUG, "nl80211: Send Action frame (ifindex=%d, "
6246 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
6255 wpa_printf(MSG_DEBUG, "nl80211: wait cancel failed: ret=%d "
6276 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
6286 wpa_printf(MSG_DEBUG, "nl80211: Remain-on-channel cookie "
6292 wpa_printf(MSG_DEBUG, "nl80211: Failed to request remain-on-channel "
6308 wpa_printf(MSG_DEBUG, "nl80211: No pending remain-on-channel "
6313 wpa_printf(MSG_DEBUG, "nl80211: Cancel remain-on-channel with cookie "
6321 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
6330 wpa_printf(MSG_DEBUG, "nl80211: Failed to cancel remain-on-channel: "
6354 wpa_printf(MSG_DEBUG, "nl80211: Probe Request reporting "
6361 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate "
6367 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to "
6376 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate generic "
6383 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate generic "
6399 wpa_printf(MSG_DEBUG, "nl80211: probe_req_report control only "
6462 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
6487 wpa_printf(MSG_DEBUG, "nl80211: Set TX rates failed: ret=%d "
6524 wpa_printf(MSG_DEBUG, "nl80211: Failed to set interface up on "
6544 wpa_printf(MSG_ERROR, "nl80211: Unsupported send_ft_action "
6586 wpa_printf(MSG_DEBUG, "nl80211: Signal monitor threshold=%d "
6593 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
6652 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
6666 wpa_printf(MSG_DEBUG, "nl80211: driver param='%s'", param);
6675 wpa_printf(MSG_DEBUG, "nl80211: Use separate P2P group "
6703 wpa_printf(MSG_ERROR, "nl80211: %u interface(s) remain at "
6728 genlmsg_put(msg, 0, 0, genl_family_get_id(bss->drv->nl80211), 0, 0,
6746 wpa_printf(MSG_DEBUG, "nl80211: Add PMKID for " MACSTR, MAC2STR(bssid));
6754 wpa_printf(MSG_DEBUG, "nl80211: Delete PMKID for " MACSTR,
6763 wpa_printf(MSG_DEBUG, "nl80211: Flush PMKIDs");
6769 .name = "nl80211",
6770 .desc = "Linux nl80211/cfg80211",