Searched refs:nl80211_cmd_msg (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_scan.c | 95 msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_ABORT_SCAN); in nl80211_abort_scan() 188 msg = nl80211_cmd_msg(bss, 0, cmd); in nl80211_scan_common() 895 if (!(msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, in nl80211_get_scan_results() 973 msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_dump_scan()
|
D | driver_nl80211.h | 221 struct nl_msg * nl80211_cmd_msg(struct i802_bss *bss, int flags, uint8_t cmd);
|
D | driver_nl80211.c | 470 struct nl_msg * nl80211_cmd_msg(struct i802_bss *bss, int flags, uint8_t cmd) in nl80211_cmd_msg() function 559 if (!(msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_GET_INTERFACE))) in nl80211_get_wiphy_index() 576 if (!(msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_GET_INTERFACE))) in nl80211_get_ifmode() 592 if (!(msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_GET_INTERFACE))) in nl80211_get_macaddr() 1938 if (!(msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_REGISTER_ACTION)) || in nl80211_register_frame() 2301 msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_DEL_INTERFACE); in nl80211_del_p2pdev() 2315 msg = nl80211_cmd_msg(bss, 0, start ? NL80211_CMD_START_P2P_DEVICE : in nl80211_set_p2pdev() 4550 msg = nl80211_cmd_msg(drv->first_bss, 0, NL80211_CMD_NEW_INTERFACE); in nl80211_create_iface_once() 5458 msg = nl80211_cmd_msg(drv->first_bss, 0, NL80211_CMD_SET_INTERFACE); in nl80211_set_mode() 6807 if (!(msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_FRAME)) || in nl80211_send_frame_cmd() [all …]
|
D | driver_nl80211_capa.c | 804 msg = nl80211_cmd_msg(drv->first_bss, flags, NL80211_CMD_GET_WIPHY); in wpa_driver_nl80211_get_info() 1877 if (!(msg = nl80211_cmd_msg(bss, nl_flags, NL80211_CMD_GET_WIPHY)) || in nl80211_get_hw_feature_data()
|