Searched refs:nl_msg (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.h | 25 struct nl_msg; 46 int (*reply_handler)(struct nl_msg *, void *); 306 struct nl_msg *msg, int flags, uint8_t cmd); 307 struct nl_msg * nl80211_cmd_msg(struct i802_bss *bss, int flags, uint8_t cmd); 308 struct nl_msg * nl80211_drv_msg(struct wpa_driver_nl80211_data *drv, int flags, 310 struct nl_msg * nl80211_bss_msg(struct i802_bss *bss, int flags, uint8_t cmd); 312 int nl80211_reply_hook(struct nl80211_global *global, struct nl_msg *msg, 313 int (*delayed_handler)(struct nl_msg *, void *), 318 struct nl_sock *nl_handle, struct nl_msg *msg, 319 int (*valid_handler)(struct nl_msg *, void *), [all …]
|
| H A D | driver_nl80211.c | 198 static int nl80211_put_mesh_config(struct nl_msg *msg, 304 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() 318 static int ack_handler_cookie(struct nl_msg *msg, void *arg) in ack_handler_cookie() 348 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() 357 struct nl_msg *orig_msg; 452 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 458 static void nl80211_nlmsg_clear(struct nl_msg *msg) in nl80211_nlmsg_clear() 483 struct nl_msg *msg; in send_event_marker() 518 struct nl_msg *msg; 519 int (*handler)(struct nl_msg *, void *); [all …]
|
| H A D | driver_nl80211_scan.c | 32 static int get_noise_for_scan_results(struct nl_msg *msg, void *arg) in get_noise_for_scan_results() 82 struct nl_msg *msg; in nl80211_get_noise_for_scan_results() 93 struct nl_msg *msg; in nl80211_abort_scan() 111 struct nl_msg *msg; in nl80211_abort_vendor_scan() 192 static struct nl_msg * 197 struct nl_msg *msg; in nl80211_scan_common() 374 struct nl_msg *msg = NULL; in wpa_driver_nl80211_scan() 495 struct nl_msg *msg, in nl80211_sched_scan_add_scan_plans() 573 struct nl_msg *msg; in wpa_driver_nl80211_sched_scan() 722 struct nl_msg *msg; in wpa_driver_nl80211_stop_sched_scan() [all …]
|
| H A D | driver_macsec_linux.c | 97 static int dump_callback(struct nl_msg *msg, void *argp); 100 static struct nl_msg * msg_prepare(enum macsec_nl_commands cmd, in msg_prepare() 104 struct nl_msg *msg; in msg_prepare() 127 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config() 567 static int dump_callback(struct nl_msg *msg, void *argp) in dump_callback() 668 static int nl_send_recv(struct nl_sock *sk, struct nl_msg *msg) in nl_send_recv() 693 struct nl_msg *msg; in do_dump() 762 struct nl_msg *msg; in macsec_drv_set_receive_lowest_pn() 829 struct nl_msg *msg; in macsec_drv_set_transmit_next_pn() 881 struct nl_msg *msg; in macsec_drv_create_receive_sc() [all …]
|
| H A D | driver_nl80211_capa.c | 24 static int protocol_feature_handler(struct nl_msg *msg, void *arg) in protocol_feature_handler() 43 struct nl_msg *msg; in get_nl80211_protocol_features() 1330 static int wiphy_info_handler(struct nl_msg *msg, void *arg) in wiphy_info_handler() 1611 struct nl_msg *msg; in wpa_driver_nl80211_get_info() 1737 static int dfs_info_handler(struct nl_msg *msg, void *arg) in dfs_info_handler() 1768 struct nl_msg *msg; in qca_nl80211_check_dfs_capa() 1796 static int features_info_handler(struct nl_msg *msg, void *arg) in features_info_handler() 1853 struct nl_msg *msg; in qca_nl80211_get_features() 2623 static int phy_info_handler(struct nl_msg *msg, void *arg) in phy_info_handler() 2998 static int nl80211_get_reg(struct nl_msg *msg, void *arg) in nl80211_get_reg() [all …]
|
| H A D | driver_nl80211_event.c | 361 static int qca_drv_connect_fail_reason_code_handler(struct nl_msg *msg, in qca_drv_connect_fail_reason_code_handler() 397 struct nl_msg *msg; in drv_get_connect_fail_reason_code() 5209 int process_global_event(struct nl_msg *msg, void *arg) in process_global_event() 5307 int process_bss_event(struct nl_msg *msg, void *arg) in process_bss_event()
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | neigh.c | 163 static int get_neigh_cb(struct nl_msg *msg, void *arg) in get_neigh_cb() 582 static int get_route_cb(struct nl_msg *msg, void *arg) in get_route_cb() 818 struct nl_msg *m; in process_get_neigh()
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-linux.c | 587 if_type_cb(struct nl_msg *msg, void* arg) in if_type_cb() 616 struct nl_msg *msg; in get_if_type() 705 struct nl_msg *msg; in add_mon_if() 796 struct nl_msg *msg; in del_mon_if()
|