Searched refs:nw_subtype (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c418 u8 nw_subtype = (ar->p2p) ? SUBTYPE_P2PDEV : SUBTYPE_NONE; local
562 nw_subtype = SUBTYPE_P2PCLIENT;
581 ar->connect_ctrl_flags, nw_subtype);
2218 p.nw_subtype = SUBTYPE_P2PGO;
2224 p.nw_subtype = SUBTYPE_NONE;
H A Dwmi.h703 u8 nw_subtype; member in struct:wmi_connect_cmd
2348 u8 nw_subtype);
H A Dwmi.c1708 u8 nw_subtype)
1748 cc->nw_subtype = nw_subtype;
1699 ath6kl_wmi_connect_cmd(struct wmi *wmi, u8 if_idx, enum network_type nw_type, enum dot11_auth_mode dot11_auth_mode, enum auth_mode auth_mode, enum crypto_type pairwise_crypto, u8 pairwise_crypto_len, enum crypto_type group_crypto, u8 group_crypto_len, int ssid_len, u8 *ssid, u8 *bssid, u16 channel, u32 ctrl_flags, u8 nw_subtype) argument

Completed in 66 milliseconds