/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | network.c | 29 #include "network.h" 69 struct ipw_network *network = callback_data; in notify_packet_sent() local 72 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent() 73 network->outgoing_packets_queued--; in notify_packet_sent() 74 if (network->ppp_channel != NULL) { in notify_packet_sent() 75 if (network->ppp_blocked) { in notify_packet_sent() 76 network->ppp_blocked = 0; in notify_packet_sent() 77 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() 78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent() 83 spin_unlock_irqrestore(&network in notify_packet_sent() 94 struct ipw_network *network = ppp_channel->private; ipwireless_ppp_start_xmit() local 159 struct ipw_network *network = ppp_channel->private; ipwireless_ppp_ioctl() local 250 struct ipw_network *network = do_go_online() local 292 struct ipw_network *network = do_go_offline() local 312 ipwireless_network_notify_control_line_change(struct ipw_network *network, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) ipwireless_network_notify_control_line_change() argument 364 ipwireless_network_packet_received(struct ipw_network *network, unsigned int channel_idx, unsigned char *data, unsigned int length) ipwireless_network_packet_received() argument 418 struct ipw_network *network = ipwireless_network_create() local 437 ipwireless_network_free(struct ipw_network *network) ipwireless_network_free() argument 451 ipwireless_associate_network_tty(struct ipw_network *network, unsigned int channel_idx, struct ipw_tty *tty) ipwireless_associate_network_tty() argument 464 ipwireless_disassociate_network_ttys(struct ipw_network *network, unsigned int channel_idx) ipwireless_disassociate_network_ttys() argument 473 ipwireless_ppp_open(struct ipw_network *network) ipwireless_ppp_open() argument 480 ipwireless_ppp_close(struct ipw_network *network) ipwireless_ppp_close() argument 488 ipwireless_ppp_channel_index(struct ipw_network *network) ipwireless_ppp_channel_index() argument 501 ipwireless_ppp_unit_number(struct ipw_network *network) ipwireless_ppp_unit_number() argument 514 ipwireless_ppp_mru(const struct ipw_network *network) ipwireless_ppp_mru() argument [all...] |
H A D | tty.c | 34 #include "network.h" 53 struct ipw_network *network; member 107 ipwireless_ppp_open(tty->network); in ipw_open() 126 ipwireless_ppp_close(tty->network); in do_ipw_close() 401 tty->network); in ipw_ioctl() 413 tty->network); in ipw_ioctl() 439 struct ipw_network *network, int channel_idx, in add_tty() 449 ttys[j]->network = network; in add_tty() 455 ipwireless_associate_network_tty(network, channel_id in add_tty() 437 add_tty(int j, struct ipw_hardware *hardware, struct ipw_network *network, int channel_idx, int secondary_channel_idx, int tty_type) add_tty() argument 470 ipwireless_tty_create(struct ipw_hardware *hardware, struct ipw_network *network) ipwireless_tty_create() argument 517 struct ipw_network *network = ttys[tty->index]->network; ipwireless_tty_free() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | network.c | 29 #include "network.h" 69 struct ipw_network *network = callback_data; in notify_packet_sent() local 72 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent() 73 network->outgoing_packets_queued--; in notify_packet_sent() 74 if (network->ppp_channel != NULL) { in notify_packet_sent() 75 if (network->ppp_blocked) { in notify_packet_sent() 76 network->ppp_blocked = 0; in notify_packet_sent() 77 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() 78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent() 83 spin_unlock_irqrestore(&network in notify_packet_sent() 94 struct ipw_network *network = ppp_channel->private; ipwireless_ppp_start_xmit() local 159 struct ipw_network *network = ppp_channel->private; ipwireless_ppp_ioctl() local 250 struct ipw_network *network = do_go_online() local 292 struct ipw_network *network = do_go_offline() local 312 ipwireless_network_notify_control_line_change(struct ipw_network *network, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) ipwireless_network_notify_control_line_change() argument 364 ipwireless_network_packet_received(struct ipw_network *network, unsigned int channel_idx, unsigned char *data, unsigned int length) ipwireless_network_packet_received() argument 418 struct ipw_network *network = ipwireless_network_create() local 437 ipwireless_network_free(struct ipw_network *network) ipwireless_network_free() argument 451 ipwireless_associate_network_tty(struct ipw_network *network, unsigned int channel_idx, struct ipw_tty *tty) ipwireless_associate_network_tty() argument 464 ipwireless_disassociate_network_ttys(struct ipw_network *network, unsigned int channel_idx) ipwireless_disassociate_network_ttys() argument 473 ipwireless_ppp_open(struct ipw_network *network) ipwireless_ppp_open() argument 480 ipwireless_ppp_close(struct ipw_network *network) ipwireless_ppp_close() argument 488 ipwireless_ppp_channel_index(struct ipw_network *network) ipwireless_ppp_channel_index() argument 501 ipwireless_ppp_unit_number(struct ipw_network *network) ipwireless_ppp_unit_number() argument 514 ipwireless_ppp_mru(const struct ipw_network *network) ipwireless_ppp_mru() argument [all...] |
H A D | tty.c | 34 #include "network.h" 53 struct ipw_network *network; member 105 ipwireless_ppp_open(tty->network); in ipw_open() 124 ipwireless_ppp_close(tty->network); in do_ipw_close() 399 tty->network); in ipw_ioctl() 411 tty->network); in ipw_ioctl() 437 struct ipw_network *network, int channel_idx, in add_tty() 447 ttys[j]->network = network; in add_tty() 453 ipwireless_associate_network_tty(network, channel_id in add_tty() 435 add_tty(int j, struct ipw_hardware *hardware, struct ipw_network *network, int channel_idx, int secondary_channel_idx, int tty_type) add_tty() argument 468 ipwireless_tty_create(struct ipw_hardware *hardware, struct ipw_network *network) ipwireless_tty_create() argument 515 struct ipw_network *network = ttys[tty->index]->network; ipwireless_tty_free() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_rx.c | 1434 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() 1443 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE() 1444 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE() 1451 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE() 1454 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE() 1455 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE() 1462 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE() 1509 struct ieee80211_network *network, in ieee80211_extract_country_ie() 1515 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie() 1516 network in ieee80211_extract_country_ie() 1432 ieee80211_parse_qos_info_param_IE(struct ieee80211_info_element *info_element, struct ieee80211_network *network) ieee80211_parse_qos_info_param_IE() argument 1506 ieee80211_extract_country_ie( struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, struct ieee80211_network *network, u8 *addr2 ) ieee80211_extract_country_ie() argument 1535 ieee80211_parse_info_param(struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, u16 length, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) ieee80211_parse_info_param() argument 2037 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) ieee80211_network_init() argument 2270 struct ieee80211_network *network; ieee80211_process_probe_response() local [all...] |
H A D | ieee80211_wx.c | 41 struct ieee80211_network *network, in rtl819x_translate_scan() 56 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in rtl819x_translate_scan() 63 // if (network->flags & NETWORK_EMPTY_ESSID) { in rtl819x_translate_scan() 64 if (network->ssid_len == 0) { in rtl819x_translate_scan() 68 iwe.u.data.length = min(network->ssid_len, (u8)32); in rtl819x_translate_scan() 69 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan() 74 if (network->mode & BIT(i)) { in rtl819x_translate_scan() 84 if (network->capability & in rtl819x_translate_scan() 86 if (network->capability & WLAN_CAPABILITY_BSS) in rtl819x_translate_scan() 95 /* iwe.u.freq.m = ieee80211_frequency(network in rtl819x_translate_scan() 39 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) rtl819x_translate_scan() argument 230 struct ieee80211_network *network; ieee80211_wx_get_scan() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_rx.c | 1411 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() 1420 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE() 1421 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE() 1428 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE() 1431 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE() 1432 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE() 1439 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE() 1486 struct ieee80211_network *network, in ieee80211_extract_country_ie() 1492 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie() 1493 network in ieee80211_extract_country_ie() 1409 ieee80211_parse_qos_info_param_IE(struct ieee80211_info_element *info_element, struct ieee80211_network *network) ieee80211_parse_qos_info_param_IE() argument 1483 ieee80211_extract_country_ie( struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, struct ieee80211_network *network, u8 *addr2 ) ieee80211_extract_country_ie() argument 1510 ieee80211_parse_info_param(struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, u16 length, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) ieee80211_parse_info_param() argument 1975 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) ieee80211_network_init() argument 2207 struct ieee80211_network *network; ieee80211_process_probe_response() local [all...] |
H A D | ieee80211_wx.c | 41 struct ieee80211_network *network, in rtl819x_translate_scan() 56 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in rtl819x_translate_scan() 63 // if (network->flags & NETWORK_EMPTY_ESSID) { in rtl819x_translate_scan() 64 if (network->ssid_len == 0) { in rtl819x_translate_scan() 68 iwe.u.data.length = min(network->ssid_len, (u8)32); in rtl819x_translate_scan() 69 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan() 74 if (network->mode & BIT(i)) { in rtl819x_translate_scan() 84 if (network->capability & in rtl819x_translate_scan() 86 if (network->capability & WLAN_CAPABILITY_BSS) in rtl819x_translate_scan() 95 /* iwe.u.freq.m = ieee80211_frequency(network in rtl819x_translate_scan() 39 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) rtl819x_translate_scan() argument 228 struct ieee80211_network *network; ieee80211_wx_get_scan() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_rx.c | 1696 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() 1704 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE() 1705 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE() 1713 &(network->qos_data)); in rtllib_parse_qos_info_param_IE() 1714 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE() 1715 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE() 1722 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE() 1790 struct rtllib_network *network, in rtllib_extract_country_ie() 1795 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie() 1797 network in rtllib_extract_country_ie() 1693 rtllib_parse_qos_info_param_IE(struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network) rtllib_parse_qos_info_param_IE() argument 1787 rtllib_extract_country_ie( struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network, u8 *addr2) rtllib_extract_country_ie() argument 1816 rtllib_parse_mife_generic(struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network, u16 *tmp_htcap_len, u16 *tmp_htinfo_len) rtllib_parse_mife_generic() argument 2016 rtllib_parse_mfie_ht_cap(struct rtllib_info_element *info_element, struct rtllib_network *network, u16 *tmp_htcap_len) rtllib_parse_mfie_ht_cap() argument 2043 rtllib_parse_info_param(struct rtllib_device *ieee, struct rtllib_info_element *info_element, u16 length, struct rtllib_network *network, struct rtllib_rx_stats *stats) rtllib_parse_info_param() argument 2310 rtllib_network_init( struct rtllib_device *ieee, struct rtllib_probe_response *beacon, struct rtllib_network *network, struct rtllib_rx_stats *stats) rtllib_network_init() argument 2571 struct rtllib_network *network = kzalloc(sizeof(struct rtllib_network), rtllib_process_probe_response() local [all...] |
H A D | rtllib_wx.c | 36 struct rtllib_network *network, in rtl819x_translate_scan() 51 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan() 59 if (network->ssid_len > 0) { in rtl819x_translate_scan() 60 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan() 62 network->ssid); in rtl819x_translate_scan() 63 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan() 68 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan() 70 network->hidden_ssid); in rtl819x_translate_scan() 75 if (network->mode&(1<<i)) { in rtl819x_translate_scan() 87 if (network in rtl819x_translate_scan() 34 rtl819x_translate_scan(struct rtllib_device *ieee, char *start, char *stop, struct rtllib_network *network, struct iw_request_info *info) rtl819x_translate_scan() argument 244 struct rtllib_network *network; rtllib_wx_get_scan() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_rx.c | 1631 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() 1639 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE() 1640 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE() 1648 &(network->qos_data)); in rtllib_parse_qos_info_param_IE() 1649 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE() 1650 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE() 1657 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE() 1725 struct rtllib_network *network, in rtllib_extract_country_ie() 1730 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie() 1732 network in rtllib_extract_country_ie() 1628 rtllib_parse_qos_info_param_IE(struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network) rtllib_parse_qos_info_param_IE() argument 1722 rtllib_extract_country_ie( struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network, u8 *addr2) rtllib_extract_country_ie() argument 1751 rtllib_parse_mife_generic(struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network, u16 *tmp_htcap_len, u16 *tmp_htinfo_len) rtllib_parse_mife_generic() argument 1951 rtllib_parse_mfie_ht_cap(struct rtllib_info_element *info_element, struct rtllib_network *network, u16 *tmp_htcap_len) rtllib_parse_mfie_ht_cap() argument 1978 rtllib_parse_info_param(struct rtllib_device *ieee, struct rtllib_info_element *info_element, u16 length, struct rtllib_network *network, struct rtllib_rx_stats *stats) rtllib_parse_info_param() argument 2241 rtllib_network_init( struct rtllib_device *ieee, struct rtllib_probe_response *beacon, struct rtllib_network *network, struct rtllib_rx_stats *stats) rtllib_network_init() argument 2492 struct rtllib_network *network = kzalloc(sizeof(struct rtllib_network), rtllib_process_probe_response() local [all...] |
H A D | rtllib_wx.c | 28 struct rtllib_network *network, in rtl819x_translate_scan() 43 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan() 50 if (network->ssid_len > 0) { in rtl819x_translate_scan() 51 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan() 52 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan() 53 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan() 57 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan() 58 start = iwe_stream_add_point(info, start, stop, &iwe, network->hidden_ssid); in rtl819x_translate_scan() 63 if (network->mode & BIT(i)) { in rtl819x_translate_scan() 73 if (network in rtl819x_translate_scan() 26 rtl819x_translate_scan(struct rtllib_device *ieee, char *start, char *stop, struct rtllib_network *network, struct iw_request_info *info) rtl819x_translate_scan() argument 223 struct rtllib_network *network; rtllib_wx_get_scan() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 1041 struct libipw_network *network) in libipw_parse_qos_info_param_IE() 1050 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE() 1051 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE() 1058 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE() 1061 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE() 1062 network->qos_data.param_count = in libipw_parse_qos_info_param_IE() 1069 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE() 1113 struct libipw_network *network) in libipw_parse_info_param() 1137 network->ssid_len = min(info_element->len, in libipw_parse_info_param() 1139 memcpy(network in libipw_parse_info_param() 1039 libipw_parse_qos_info_param_IE(struct libipw_info_element *info_element, struct libipw_network *network) libipw_parse_qos_info_param_IE() argument 1111 libipw_parse_info_param(struct libipw_info_element *info_element, u16 length, struct libipw_network *network) libipw_parse_info_param() argument 1324 struct libipw_network *network = &network_resp; libipw_handle_assoc_resp() local 1378 libipw_network_init(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_network *network, struct libipw_rx_stats *stats) libipw_network_init() argument 1531 struct libipw_network network = { }; libipw_process_probe_response() local [all...] |
H A D | libipw_wx.c | 47 struct libipw_network *network, in libipw_translate_scan() 60 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in libipw_translate_scan() 68 iwe.u.data.length = min(network->ssid_len, (u8) 32); in libipw_translate_scan() 70 &iwe, network->ssid); in libipw_translate_scan() 75 libipw_modes[network->mode]); in libipw_translate_scan() 80 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan() 81 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan() 93 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel); in libipw_translate_scan() 100 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan() 106 &iwe, network in libipw_translate_scan() 45 libipw_translate_scan(struct libipw_device *ieee, char *start, char *stop, struct libipw_network *network, struct iw_request_info *info) libipw_translate_scan() argument 254 struct libipw_network *network; libipw_wx_get_scan() local [all...] |
H A D | ipw2200.c | 1410 IPW_ERROR("Failed to register promiscuous network " in store_rtap_iface() 2986 struct libipw_network *network = NULL; in ipw_remove_current_network() local 2991 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network() 2992 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network() 2994 list_add_tail(&network->list, in ipw_remove_current_network() 3901 /* Another node is active in network */ in ipw_add_station() 5101 * + A received packet is processed and handed to the kernel network stack, 5345 const struct libipw_network *network, in ipw_compatible_rates() 5351 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates() 5354 if (!ipw_is_rate_in_mask(priv, network in ipw_compatible_rates() 5344 ipw_compatible_rates(struct ipw_priv *priv, const struct libipw_network *network, struct ipw_supported_rates *rates) ipw_compatible_rates() argument 5475 struct libipw_network *network; global() member 5479 ipw_find_adhoc_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_find_adhoc_network() argument 5617 struct libipw_network *network = NULL; ipw_merge_adhoc_network() local 5656 ipw_best_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_best_network() argument 5809 ipw_adhoc_create(struct ipw_priv *priv, struct libipw_network *network) ipw_adhoc_create() argument 6836 ipw_qos_handle_probe_response(struct ipw_priv *priv, int active_network, struct libipw_network *network) ipw_qos_handle_probe_response() argument 7000 ipw_qos_association(struct ipw_priv *priv, struct libipw_network *network) ipw_qos_association() argument 7046 ipw_qos_association_resp(struct ipw_priv *priv, struct libipw_network *network) ipw_qos_association_resp() argument 7216 ipw_handle_probe_response(struct net_device *dev, struct libipw_probe_response *resp, struct libipw_network *network) ipw_handle_probe_response() argument 7229 ipw_handle_beacon(struct net_device *dev, struct libipw_beacon *resp, struct libipw_network *network) ipw_handle_beacon() argument 7242 ipw_handle_assoc_response(struct net_device *dev, struct libipw_assoc_response *resp, struct libipw_network *network) ipw_handle_assoc_response() argument 7267 ipw_associate_network(struct ipw_priv *priv, struct libipw_network *network, struct ipw_supported_rates *rates, int roaming) ipw_associate_network() argument 7447 struct libipw_network *network = NULL; ipw_roam() local 7522 struct libipw_network *network = NULL; ipw_associate() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 1019 struct libipw_network *network) in libipw_parse_qos_info_param_IE() 1028 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE() 1029 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE() 1036 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE() 1039 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE() 1040 network->qos_data.param_count = in libipw_parse_qos_info_param_IE() 1047 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE() 1091 struct libipw_network *network) in libipw_parse_info_param() 1115 network->ssid_len = min(info_element->len, in libipw_parse_info_param() 1117 memcpy(network in libipw_parse_info_param() 1017 libipw_parse_qos_info_param_IE(struct libipw_info_element *info_element, struct libipw_network *network) libipw_parse_qos_info_param_IE() argument 1089 libipw_parse_info_param(struct libipw_info_element *info_element, u16 length, struct libipw_network *network) libipw_parse_info_param() argument 1302 struct libipw_network *network = &network_resp; libipw_handle_assoc_resp() local 1356 libipw_network_init(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_network *network, struct libipw_rx_stats *stats) libipw_network_init() argument 1509 struct libipw_network network = { }; libipw_process_probe_response() local [all...] |
H A D | libipw_wx.c | 47 struct libipw_network *network, in libipw_translate_scan() 60 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in libipw_translate_scan() 68 iwe.u.data.length = min(network->ssid_len, (u8) 32); in libipw_translate_scan() 70 &iwe, network->ssid); in libipw_translate_scan() 75 libipw_modes[network->mode]); in libipw_translate_scan() 80 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan() 81 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan() 93 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel); in libipw_translate_scan() 100 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan() 106 &iwe, network in libipw_translate_scan() 45 libipw_translate_scan(struct libipw_device *ieee, char *start, char *stop, struct libipw_network *network, struct iw_request_info *info) libipw_translate_scan() argument 254 struct libipw_network *network; libipw_wx_get_scan() local [all...] |
H A D | ipw2200.c | 1393 IPW_ERROR("Failed to register promiscuous network " in rtap_iface_store() 2954 struct libipw_network *network = NULL; in ipw_remove_current_network() local 2959 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network() 2960 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network() 2962 list_add_tail(&network->list, in ipw_remove_current_network() 3855 /* Another node is active in network */ in ipw_add_station() 5055 * + A received packet is processed and handed to the kernel network stack, 5299 const struct libipw_network *network, in ipw_compatible_rates() 5305 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates() 5308 if (!ipw_is_rate_in_mask(priv, network in ipw_compatible_rates() 5298 ipw_compatible_rates(struct ipw_priv *priv, const struct libipw_network *network, struct ipw_supported_rates *rates) ipw_compatible_rates() argument 5429 struct libipw_network *network; global() member 5433 ipw_find_adhoc_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_find_adhoc_network() argument 5571 struct libipw_network *network = NULL; ipw_merge_adhoc_network() local 5610 ipw_best_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_best_network() argument 5763 ipw_adhoc_create(struct ipw_priv *priv, struct libipw_network *network) ipw_adhoc_create() argument 6790 ipw_qos_handle_probe_response(struct ipw_priv *priv, int active_network, struct libipw_network *network) ipw_qos_handle_probe_response() argument 6954 ipw_qos_association(struct ipw_priv *priv, struct libipw_network *network) ipw_qos_association() argument 7000 ipw_qos_association_resp(struct ipw_priv *priv, struct libipw_network *network) ipw_qos_association_resp() argument 7170 ipw_handle_probe_response(struct net_device *dev, struct libipw_probe_response *resp, struct libipw_network *network) ipw_handle_probe_response() argument 7183 ipw_handle_beacon(struct net_device *dev, struct libipw_beacon *resp, struct libipw_network *network) ipw_handle_beacon() argument 7196 ipw_handle_assoc_response(struct net_device *dev, struct libipw_assoc_response *resp, struct libipw_network *network) ipw_handle_assoc_response() argument 7221 ipw_associate_network(struct ipw_priv *priv, struct libipw_network *network, struct ipw_supported_rates *rates, int roaming) ipw_associate_network() argument 7401 struct libipw_network *network = NULL; ipw_roam() local 7476 struct libipw_network *network = NULL; ipw_associate() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 30 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv() 211 /* DBG_871X("_rtw_free_network:SSID =%s\n", pnetwork->network.Ssid.Ssid); */ in _rtw_free_network() 262 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in _rtw_find_network() 365 /* RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("rtw_free_network ==> ssid = %s\n\n" , pnetwork->network.Ssid.Ssid)); */ in rtw_free_network_nolock() 388 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss() 391 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss() 433 struct wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) in _rtw_find_same_network() argument 444 if (is_same_network(&network->network, &found->network, in _rtw_find_same_network() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 43 pmlmepriv->cur_network.network.InfrastructureMode = in r8712_init_mlme_priv() 147 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in r8712_find_network() 224 (pnetwork->network.Privacy == cpu_to_le32(0))) in r8712_is_same_ibss() 227 (pnetwork->network.Privacy == cpu_to_le32(1))) in r8712_is_same_ibss() 289 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network() 321 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network() 322 update_network(&(pmlmepriv->cur_network.network), in update_current_network() 325 (pmlmepriv->cur_network.network.IEs) + in update_current_network() 327 pmlmepriv->cur_network.network.IELength); in update_current_network() 351 if (is_same_network(&pnetwork->network, targe in update_scanned_network() [all...] |
H A D | rtl871x_ioctl_linux.c | 64 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, in r8712_indicate_wx_assoc_event() 138 r8712_get_sec_ie(pnetwork->network.IEs, in translate_scan_wpa() 139 pnetwork->network.IELength, rsn_ie, &rsn_len, in translate_scan_wpa() 194 if (r8712_get_wps_ie(pnetwork->network.IEs, in translate_scan_wps() 195 pnetwork->network.IELength, in translate_scan_wps() 220 if ((pnetwork->network.Configuration.DSConfig < 1) || in translate_scan() 221 (pnetwork->network.Configuration.DSConfig > 14)) { in translate_scan() 222 if (pnetwork->network.Configuration.DSConfig < 1) in translate_scan() 223 pnetwork->network.Configuration.DSConfig = 1; in translate_scan() 225 pnetwork->network in translate_scan() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 43 pmlmepriv->cur_network.network.InfrastructureMode = in r8712_init_mlme_priv() 144 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in r8712_find_network() 223 (pnetwork->network.Privacy == cpu_to_le32(0))) in r8712_is_same_ibss() 226 (pnetwork->network.Privacy == cpu_to_le32(1))) in r8712_is_same_ibss() 288 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network() 320 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network() 321 update_network(&(pmlmepriv->cur_network.network), in update_current_network() 324 (pmlmepriv->cur_network.network.IEs) + in update_current_network() 326 pmlmepriv->cur_network.network.IELength); in update_current_network() 350 if (is_same_network(&pnetwork->network, targe in update_scanned_network() [all...] |
H A D | rtl871x_ioctl_linux.c | 62 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, in r8712_indicate_wx_assoc_event() 136 r8712_get_sec_ie(pnetwork->network.IEs, in translate_scan_wpa() 137 pnetwork->network.IELength, rsn_ie, &rsn_len, in translate_scan_wpa() 192 if (r8712_get_wps_ie(pnetwork->network.IEs, in translate_scan_wps() 193 pnetwork->network.IELength, in translate_scan_wps() 218 if ((pnetwork->network.Configuration.DSConfig < 1) || in translate_scan() 219 (pnetwork->network.Configuration.DSConfig > 14)) { in translate_scan() 220 if (pnetwork->network.Configuration.DSConfig < 1) in translate_scan() 221 pnetwork->network.Configuration.DSConfig = 1; in translate_scan() 223 pnetwork->network in translate_scan() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_mlme.c | 39 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv() 195 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in rtw_find_network() 281 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss() 284 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss() 349 is_same_network(&padapter->mlmepriv.cur_network.network, src)) { in update_network() 382 is_same_network(&pmlmepriv->cur_network.network, pnetwork)) { in update_current_network() 383 update_network(&pmlmepriv->cur_network.network, pnetwork, adapter, true); in update_current_network() 384 rtw_update_protection(adapter, (pmlmepriv->cur_network.network.ies) + sizeof(struct ndis_802_11_fixed_ie), in update_current_network() 385 pmlmepriv->cur_network.network.ie_length); in update_current_network() 408 if (is_same_network(&pnetwork->network, targe in rtw_update_scanned_network() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 26 pmlmepriv->cur_network.network.infrastructure_mode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv() 241 if (!memcmp(addr, pnetwork->network.mac_address, ETH_ALEN)) in _rtw_find_network() 359 (pnetwork->network.privacy == 0)) in rtw_is_same_ibss() 362 (pnetwork->network.privacy == 1)) in rtw_is_same_ibss() 402 struct wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) in _rtw_find_same_network() argument 411 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network() 455 if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { in update_network() 493 rtw_bug_check(&(pmlmepriv->cur_network.network), in update_current_network() [all...] |